[7u6] Request for approval for bulk integration of hs23.2-b06

2012-06-15 Thread Alejandro E Murillo
Requesting approval to integrate hs23.2-b06 into jdk7u6-b15. A webrev is available at: http://cr.openjdk.java.net/~amurillo/7u6/hs23.2-b06-jdk7u6-b15.webrev/ Pre-integration testing is in progress; the integration will proceed only after SQE has analyzed the results and approved. The fixes in

hg: jdk7u/jdk7u-dev/jdk: 7175758: Improve unit test of Map iterators and Iterator.remove()

2012-06-15 Thread mike . duigou
Changeset: 14f6a89d8bf2 Author:mduigou Date: 2012-06-15 13:44 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/14f6a89d8bf2 7175758: Improve unit test of Map iterators and Iterator.remove() Summary: Adds additional tests of Map iterators and Iterator.remove() Reviewed-b

hg: jdk7u/jdk7u-dev/jdk: 7158366: [macosx] Print-to-file dialog doesn't have an entry field for a name

2012-06-15 Thread philip . race
Changeset: fb047b05f1af Author:prr Date: 2012-06-15 10:20 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/fb047b05f1af 7158366: [macosx] Print-to-file dialog doesn't have an entry field for a name Reviewed-by: bae, jgodinez ! src/share/classes/sun/print/ServiceDialog.

[7u6] Request for approval for CR 7122740 - PropertyDescriptor Performance Slow

2012-06-15 Thread Sergey Malenkov
Hi all, Could you please approve the fix of CR 7122740 for JDK7u6? PropertyDescriptor Performance Slow http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7122740 Earlier the fix was prepared, approved and pushed into JDK8: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/59b8875949e1 The fix for JD

[7u6] Request for approval for CR 7017818 - NLS: JConsoleResources.java cannot be handled by translation team

2012-06-15 Thread Erik Gahlin
Bug: http://monaco.us.oracle.com/detail.jsf?cr=7017818 Webrev JDK8: http://mail.openjdk.java.net/pipermail/serviceability-dev/2012-May/006032.html Webrev JDK7: http://cr.openjdk.java.net/~egahlin/7017818_jdk7u_1/ Review JDK8: http://mail.openjdk.java.net/pipermail/serviceability-dev/2012-May/00

hg: jdk7u/jdk7u-dev/jdk: 7153693: Three 2D_ImageIO tests failed due ImageFormatException on OEL 6.* Unbreakable Kernel x64

2012-06-15 Thread andrew . brygin
Changeset: 9b727b561f58 Author:bae Date: 2012-06-15 18:48 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/9b727b561f58 7153693: Three 2D_ImageIO tests failed due ImageFormatException on OEL 6.* Unbreakable Kernel x64 Reviewed-by: jgodinez, prr ! src/share/native/sun/

[7u6] Request for approval: 7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme

2012-06-15 Thread Dmitry Cherepanov
This is a request to back port a fix from jdk8 to 7u6: Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id= 7123957 Webrev: http://cr.openjdk.java.net/~dcherepanov/7123957/webrev.0/ Review: http://mail.openjdk.java.net/pipermail/awt-dev/2012-June/002988.html Thanks, Dmitry

Re: [7u6] Request for approval: 7153693: Three 2D_ImageIO tests failed due ImageFormatException on OEL 6.* Unbreakable Kernel x64

2012-06-15 Thread Edvard Wendelin
Approved. On Jun 15, 2012, at 8:53 AM, Andrew Brygin wrote: > Hello, > > Requesting approval to commit fix for 7120895 into 7u6. > > The fix has already been pushed to jdk8, the code change for 7u6 is identical. > > Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7153693 > jdk8 changes

Re: [7u6] Request for Approval of 7175758 : Improvements to Collisions.java regression test

2012-06-15 Thread Edvard Wendelin
Pre-approvef pending positive review! Cheers, Edvard On Jun 15, 2012, at 4:59 AM, Mike Duigou wrote: > This is a fix for a regression test to include cases uncovered by a recently > fixed bug CR#7174736. The patch is currently under review for JDK8 at > http://cr.openjdk.java.net/~mduigou/717

Re: [7u6] Request approval for CR 7158366 : [macosx] Print-to-file dialog doesn't have an entry field for a name

2012-06-15 Thread Edvard Wendelin
Approved. On Jun 15, 2012, at 1:47 AM, Phil Race wrote: > Backport a JDK 8 fix into 7u6 : http://cr.openjdk.java.net/~prr/7158366.7u6/ > > 7u6 Fix reviewed here > http://mail.openjdk.java.net/pipermail/2d-dev/2012-June/002571.html > > -phil.

hg: jdk7u/jdk7u-dev/jdk: 7165725: JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY

2012-06-15 Thread pavel . porvatov
Changeset: fd2ca62fe5e0 Author:rupashka Date: 2012-06-15 12:19 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/fd2ca62fe5e0 7165725: JAVA6 HTML PARSER CANNOT PARSE MULTIPLE SCRIPT TAGS IN A LINE CORRECTLY Reviewed-by: alexsch ! src/share/classes/javax/swing/text/html/