Re: [7u6] Request for approval: 7175845 & 7177216 - Regression fixes.

2012-06-18 Thread Sean Coffey
Approved, regards, Sean. On 18/06/2012 23:41, Abhijit Saha wrote: We've found following regressions from a fix in 7u5. So we need to fix these once we sync 7u5 changes into 7u6. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7175845 Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bu

jdk7u6-b15 l10n integration complete

2012-06-18 Thread Michael Fang
http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/a09bcc7582a1 --- PIT testing has been performed for the bug fixes. 7176894 java/localization back out LocaleNames_xx.properties files from 7u6 message drop10

hg: jdk7u/jdk7u/jdk: 3 new changesets

2012-06-18 Thread michael . fang
Changeset: a09bcc7582a1 Author:mfang Date: 2012-06-13 22:15 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/a09bcc7582a1 7176894: back out LocaleNames_xx.properties files from 7u6 message drop10 Reviewed-by: yhuang ! src/share/classes/sun/util/resources/LocaleNames_de.pro

[7u6] Request for approval: 7175845 & 7177216 - Regression fixes.

2012-06-18 Thread Abhijit Saha
We've found following regressions from a fix in 7u5. So we need to fix these once we sync 7u5 changes into 7u6. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7175845 Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7177216 Webrev: http://cr.openjdk.java.net/~asaha/7175845_71772

Re: 7168191: Signature validation can fail under certain circumstances

2012-06-18 Thread Sean Mullan
Hi Vinnie, Here are my comments. * OCSPRequest [119-20] Should use debug.println instead of System.out.println * OCSPChecker [386] why do you decrement remainingCerts? Is it identifying the wrong certificate for some reason? [473] Is this called by any other class? If not, I suggest making it

jdk7u-b15: jdk7u-dev

2012-06-18 Thread lana . steuck
http://hg.openjdk.java.net/jdk7u/jdk7u/rev/e741093e96f3 http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/af297a59af0f http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/6c4ad045e3a0 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws/rev/267c910616fe http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/548

Re: [7u6] Request to integrate 7u5 fixes into 7u6

2012-06-18 Thread Abhijit Saha
On 6/18/2012 10:44 AM, Edvard Wendelin wrote: Approved, Thanks. Would you also like to post a link to a webrev containing the openjdk changes? http://cr.openjdk.java.net/~asaha/7u5-7u6/webrev.0/ -Abhijit Cheers, Edvard On Jun 18, 2012, at 7:15 PM, Abhijit Saha wrote: This request is to

hg: jdk7u/jdk7u/jdk: 22 new changesets

2012-06-18 Thread lana . steuck
Changeset: 70bf12e0b82c Author:alexsch Date: 2012-06-04 15:25 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/70bf12e0b82c 7161766: [macosx] javax/swing/JPopupMenu/6694823/bug6694823.java failed on Mac OS X Reviewed-by: rupashka ! test/javax/swing/JPopupMenu/6694823/bug6

hg: jdk7u/jdk7u/jaxp: 6 new changesets

2012-06-18 Thread lana . steuck
Changeset: b9e2634b02d0 Author:joehw Date: 2012-06-07 15:00 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/b9e2634b02d0 7151118: Regressions on 7u4 b11 comp. 7u4 b06 on specjvm2008.xml.transform subbenchmark Summary: roll back XalanJ-2271 that caused the regression Revi

hg: jdk7u/jdk7u/langtools: 3 new changesets

2012-06-18 Thread lana . steuck
Changeset: 45ea1fdc4376 Author:lana Date: 2012-06-07 14:53 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/45ea1fdc4376 Merge Changeset: cccd816df0d6 Author:lana Date: 2012-06-13 22:55 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/c

hg: jdk7u/jdk7u-dev/jdk: 7156963: Incorrect copyright header in java/io/SerialCallbackContext

2012-06-18 Thread sean . coffey
Changeset: 8a2658f36157 Author:ewendeli Date: 2012-06-15 14:16 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/8a2658f36157 7156963: Incorrect copyright header in java/io/SerialCallbackContext Reviewed-by: weijun, coffeys ! src/share/classes/java/io/SerialCallbackCont

Re: [7u6] Request for approval for 7173487: [macosx] Problems with popup menus, tooltips and dialog boxes in dual monitor setup

2012-06-18 Thread Edvard Wendelin
Approved. On Jun 18, 2012, at 8:19 PM, Alexander Zuev wrote: > Hello, > > this is a request for approval of the push with fix for CR 7173487: [macosx] > Problems with popup menus, tooltips and dialog boxes in dual monitor setup > into the 7u6 repository. > > Bug description: http://bugs.sun.

7168191: Signature validation can fail under certain circumstances

2012-06-18 Thread Vincent Ryan
Hello, Please review the following changeset for JDK 7u6: http://cr.openjdk.java.net/~vinnie/7168191/ The bug report is at: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7168191 This fix addresses a bug in the OCSP client when processing key-rollover certs. Typically such certs have t

[7u6] Request for approval for 7173487: [macosx] Problems with popup menus, tooltips and dialog boxes in dual monitor setup

2012-06-18 Thread Alexander Zuev
Hello, this is a request for approval of the push with fix for CR 7173487: [macosx] Problems with popup menus, tooltips and dialog boxes in dual monitor setup into the 7u6 repository. Bug description: http://bugs.sun.com/view_bug.do?bug_id=7173487 Webrev: http://cr.openjdk.java.net/~kiz

Re: [7u6] Request to integrate 7u5 fixes into 7u6

2012-06-18 Thread Edvard Wendelin
Approved, Would you also like to post a link to a webrev containing the openjdk changes? Cheers, Edvard On Jun 18, 2012, at 7:15 PM, Abhijit Saha wrote: > This request is to integrate 7u5 CPU12_02 fixes in 7u forest. > > > Thanks > Abhijit > > -- > Release Lead, Java SE Updates > Java Plat

Re: [7u6] Request for approval: 7156963 Incorrect copyright header in java/io/SerialCallbackContext

2012-06-18 Thread Edvard Wendelin
Approved! On Jun 18, 2012, at 7:01 PM, Seán Coffey wrote: > To keep things consistent across 7u/8 we should also port this simple > copyright change to jdk7u. > > Changes same as JDK 8 changeset : > http://hg.openjdk.java.net/jdk8/tl/jdk/rev/00c9d6cce3ec > > > Regards, > Sean. >

[7u6] Request to integrate 7u5 fixes into 7u6

2012-06-18 Thread Abhijit Saha
This request is to integrate 7u5 CPU12_02 fixes in 7u forest. Thanks Abhijit -- Release Lead, Java SE Updates Java Platform Group Oracle Corporation. (408)276-7564

[7u6] Request for approval: 7156963 Incorrect copyright header in java/io/SerialCallbackContext

2012-06-18 Thread Seán Coffey
To keep things consistent across 7u/8 we should also port this simple copyright change to jdk7u. Changes same as JDK 8 changeset : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/00c9d6cce3ec Regards, Sean.

hg: jdk7u/jdk7u-dev/jdk: 7080109: Dialog.show() lacks doPrivileged() to access system event queue

2012-06-18 Thread sergey . bylokhov
Changeset: fb89965b2d22 Author:serb Date: 2012-06-18 20:18 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/fb89965b2d22 7080109: Dialog.show() lacks doPrivileged() to access system event queue Reviewed-by: art, anthony ! src/share/classes/java/awt/Dialog.java + test/j

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

2012-06-18 Thread Edvard Wendelin
Looks good! Approved. On 06/15/2012 04:41 PM, Erik Gahlin wrote: 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:

hg: jdk7u/jdk7u-dev/jdk: 7122740: PropertyDescriptor Performance Slow

2012-06-18 Thread sergey . malenkov
Changeset: 1d4ecdb681d9 Author:malenkov Date: 2012-06-18 16:41 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/1d4ecdb681d9 7122740: PropertyDescriptor Performance Slow Reviewed-by: rupashka ! src/share/classes/com/sun/beans/TypeResolver.java

hg: jdk7u/jdk7u-dev/jdk: 7092551: Double-click in TextField sets caret to the beginning

2012-06-18 Thread alexandr . scherbatiy
Changeset: 373d63f37303 Author:alexsch Date: 2012-06-18 15:28 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/373d63f37303 7092551: Double-click in TextField sets caret to the beginning Reviewed-by: bagiras, serb ! src/windows/native/sun/windows/awt_TextArea.cpp ! src

Re: [7u6] Request for approval: 7147055 [macosx] Cursors are changing over a blocked window; also blinking

2012-06-18 Thread Edvard Wendelin
Approved. On 06/18/2012 12:55 PM, Sergey Bylokhov wrote: Hi Everyone, This is a back port from jdk 8 to jdk 7u6. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7147055 jdk8 changeset: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/0feee4541f67 Webrev can be found at: http://cr.openjdk.ja

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

2012-06-18 Thread Edvard Wendelin
Approved. On 06/15/2012 05:54 PM, Sergey Malenkov wrote: 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.ope

[7u6] Request for approval: 7147055 [macosx] Cursors are changing over a blocked window; also blinking

2012-06-18 Thread Sergey Bylokhov
Hi Everyone, This is a back port from jdk 8 to jdk 7u6. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7147055 jdk8 changeset: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/0feee4541f67 Webrev can be found at: http://cr.openjdk.java.net/~serb/7147055/webrev.00/ Technical review: http://ma

hg: jdk7u/jdk7u-dev/jdk: 7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme

2012-06-18 Thread dmitry . cherepanov
Changeset: 541554bd5ac7 Author:dcherepanov Date: 2012-06-18 13:08 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/541554bd5ac7 7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme Reviewed-by: anthony, art ! src/solaris/native/sun/awt/sw

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

2012-06-18 Thread Artem Ananiev
Approved. Artem On 6/15/2012 5:06 PM, Dmitry Cherepanov wrote: 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/piperma

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

2012-06-18 Thread Edvard Wendelin
Looks good! Cheers, Edvard On Jun 16, 2012, at 1:04 AM, Alejandro E Murillo wrote: > 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 progres