CR Management

2012-05-28 Thread David Holmes
Just a heads up for all the non-Oracle Commiters. If you push something to 7u-dev please liaise with whomever assisted with the 8 push to ensure that a sub-CR has been created for the appropriate 7uX release. Thanks, David Holmes

jdk7u-b12: jdk7u-dev

2012-05-28 Thread lana . steuck
http://hg.openjdk.java.net/jdk7u/jdk7u/rev/61cfcee1d00c http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/f0be10a26af0 http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/76306dce8710 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws/rev/95a96a879b8c http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/c37

hg: jdk7u/jdk7u/jdk: 30 new changesets

2012-05-28 Thread lana . steuck
Changeset: 996fd01472ee Author:xuelei Date: 2012-05-08 19:44 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/996fd01472ee 7153184: NullPointerException when calling SSLEngineImpl.getSupportedCipherSuites Reviewed-by: weijun, dholmes ! src/share/classes/sun/security/ssl/S

hg: jdk7u/jdk7u/langtools: 4 new changesets

2012-05-28 Thread lana . steuck
Changeset: b020b7a017cc Author:jjg Date: 2012-05-15 17:47 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/b020b7a017cc 7112427: The doclet needs to be able to generate JavaFX documentation. Reviewed-by: jjg Contributed-by: jan.vale...@oracle.com ! src/share/classes/

hg: jdk7u/jdk7u-dev/jdk: 7168110: Misleading jstack error message

2012-05-28 Thread rob . mckenna
Changeset: c528acec8bba Author:robm Date: 2012-05-17 22:42 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/c528acec8bba 7168110: Misleading jstack error message Reviewed-by: alanb, dsamersoff ! src/windows/native/sun/tools/attach/WindowsVirtualMachine.c

Re: Review Request CR#7118743 : Alternative Hashing for String with Hash-based Maps

2012-05-28 Thread Doug Lea
On 05/25/12 21:43, Ulf Zibis wrote: To me it seems, that computing the murmur hash is more expensive, especially on short strings, than the old hash algorithm. It is definitely slower, but also definitely has better statistical properties (fewer collisions when used in hash tables). In its ori

Re: Review Request CR#7118743 : Alternative Hashing for String with Hash-based Maps

2012-05-28 Thread Ulf Zibis
Am 23.05.2012 07:16, schrieb Mike Duigou: Webrevs for the Java 7u6 and 8 changes are available for download at [2] and [3] for your review. There are some important differences between the Java 7 and 8 implementations of this enhancement. Most specifically in the Java 8 implementation alternat

hg: jdk7u/jdk7u-dev/jdk: 7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE

2012-05-28 Thread leonid . romanov
Changeset: 7e2de40cb062 Author:leonidr Date: 2012-05-28 19:06 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/7e2de40cb062 7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE Reviewed-by: anthony ! src/macosx/native/sun/awt/AWTEvent.m

hg: jdk7u/jdk7u-dev/jdk: 7160293: [macosx] FileDialog appears on secondary display

2012-05-28 Thread dmitry . cherepanov
Changeset: 36a5fa410439 Author:dcherepanov Date: 2012-05-28 13:52 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/36a5fa410439 7160293: [macosx] FileDialog appears on secondary display Reviewed-by: anthony, kizune ! src/macosx/classes/sun/awt/CGraphicsEnvironment.java

hg: jdk7u/jdk7u-dev/jdk: 7168550: [macosx] duplicate OGL context state changes related to vertex cache

2012-05-28 Thread dmitry . cherepanov
Changeset: 533eb1663b90 Author:dcherepanov Date: 2012-05-28 13:46 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/533eb1663b90 7168550: [macosx] duplicate OGL context state changes related to vertex cache Reviewed-by: bae ! src/macosx/native/sun/java2d/opengl/CGLGraph

hg: jdk7u/jdk7u-dev/jdk: 7154088: [macosx] Regression: Component.createImage do not inherits component attributes

2012-05-28 Thread andrew . brygin
Changeset: 9fa6e878fcdb Author:bae Date: 2012-05-28 13:36 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/9fa6e878fcdb 7154088: [macosx] Regression: Component.createImage do not inherits component attributes Reviewed-by: anthony ! src/macosx/classes/sun/lwawt/LWCompo

hg: jdk7u/jdk7u-dev/jdk: 7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs)

2012-05-28 Thread andrew . brygin
Changeset: 7f0e6be7f7ea Author:bae Date: 2012-05-28 13:29 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/7f0e6be7f7ea 7124400: [macosx] CGraphicsDevice.getConfigurations() returns reference to member (does not copy configs) Reviewed-by: art, anthony ! src/macosx/cla

hg: jdk7u/jdk7u-dev/jdk: 7146550: [macosx] DnD test failure in createCompatibleWritableRaster()

2012-05-28 Thread andrew . brygin
Changeset: e9014eaf0e03 Author:bae Date: 2012-05-28 13:19 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e9014eaf0e03 7146550: [macosx] DnD test failure in createCompatibleWritableRaster() Reviewed-by: art, serb ! src/macosx/classes/sun/lwawt/macosx/CDragSourceContex

Re: [7u6] Request for approval for 7168550: [macosx] duplicate OGL context state changes related to vertex cache

2012-05-28 Thread Edvard Wendelin
Approved. On 05/28/2012 10:58 AM, Dmitry Cherepanov wrote: This is a request to push the following fix: Bug: http://bugs.sun.com/view_bug.do?bug_id=7168550 Webrev: http://cr.openjdk.java.net/~dcherepanov/7168550/7u6/webrev.0/ Technical review: http://mail.openjdk.java.net/pipermail/macosx-po

Re: [7u6] Request for approval for 7160293: [macosx] FileDialog appears on secondary display

2012-05-28 Thread Edvard Wendelin
Approved. On 05/28/2012 11:02 AM, Dmitry Cherepanov wrote: This is a request to push the following fix: Bug: http://bugs.sun.com/view_bug.do?bug_id=7160293 Webrev: http://cr.openjdk.java.net/~dcherepanov/7160293/7u6/webrev.0/ Technical review: http://mail.openjdk.java.net/pipermail/macosx-po

[7u6] Request for approval for 7160293: [macosx] FileDialog appears on secondary display

2012-05-28 Thread Dmitry Cherepanov
This is a request to push the following fix: Bug: http://bugs.sun.com/view_bug.do?bug_id=7160293 Webrev: http://cr.openjdk.java.net/~dcherepanov/7160293/7u6/webrev.0/ Technical review: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-May/004265.html Thanks, Dmitry

[7u6] Request for approval for 7168550: [macosx] duplicate OGL context state changes related to vertex cache

2012-05-28 Thread Dmitry Cherepanov
This is a request to push the following fix: Bug: http://bugs.sun.com/view_bug.do?bug_id=7168550 Webrev: http://cr.openjdk.java.net/~dcherepanov/7168550/7u6/webrev.0/ Technical review: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-May/004264.html Thanks, Dmitry

Re: [7u6] Request for approval: 7146550: [macosx] DnD test failure in createCompatibleWritableRaster()

2012-05-28 Thread Edvard Wendelin
Looks good! Approved. On 05/28/2012 10:07 AM, Andrew Brygin wrote: Hello, Requesting approval to commit fix for 7146550 into 7u6. The fix has already been pushed to jdk8, the code changes for 7u6 are identical. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7146550 jdk8 changeset:

[7u6] Request for approval: 7146550: [macosx] DnD test failure in createCompatibleWritableRaster()

2012-05-28 Thread Andrew Brygin
Hello, Requesting approval to commit fix for 7146550 into 7u6. The fix has already been pushed to jdk8, the code changes for 7u6 are identical. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7146550 jdk8 changeset: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/a2d12ca36eb3 Webrev: http: