hg: jdk7u/jdk7u-dev/hotspot: 27 new changesets

2013-04-30 Thread alejandro . murillo
Changeset: edd1619a3ae4 Author:amurillo Date: 2013-04-18 13:50 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/edd1619a3ae4 8012558: new hotspot build - hs24-b42 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 23701768db61 Author:brutisso Date: 20

jdk7u14-b23: HotSpot

2013-04-30 Thread Alejandro E Murillo
hs24-b42 has been integrated into jdk7u14-b23. http://hg.openjdk.java.net/jdk7u/jdk7u/rev/8c6e2197930c http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/d85df1552f87 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/34a398422e59 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/0e4c549d3635 http://

hg: jdk7u/jdk7u/hotspot: 26 new changesets

2013-04-30 Thread alejandro . murillo
Changeset: edd1619a3ae4 Author:amurillo Date: 2013-04-18 13:50 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/edd1619a3ae4 8012558: new hotspot build - hs24-b42 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 23701768db61 Author:brutisso Date: 2013-0

Re: [7u] Review Request for JDK-8006634 Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler

2013-04-30 Thread Artem Ananiev
I quickly looked through the webrev and haven't found anything suspicious. Looks fine. Thanks, Artem On 4/29/2013 5:56 PM, Petr Pchelko wrote: Hello, AWT Team. Please, review the back-port of the fix for JDK-8006634 to the JDK7u. I am sending it as a separate review request because the co

Re: [7u-dev] Request for approval for 8007458 - [findbugs] One more beans issue, with ReflectionUtils

2013-04-30 Thread sergey malenkov
Hi Seán, I accidentally sent the letter during editing. Thanks for approval of this unfinished request. Regards, SAM On 30.04.2013 20:34, Seán Coffey wrote: Sergey, looks like you've the wrong subject line. I corrected to match bug ID requested. Approved. regards, Sean. On 30/04/2013 11:

7u Source Bundle

2013-04-30 Thread Kurt Miller
The 7u source bundle [1] is quite outdated now (7u6 Aug 2012). Would it be possible to get it updated to 7u21? This bundle is helpful to bsd-port where we download the 7u source bundle and then apply our changes from bsd-port to this. Thank You, -Kurt [1] https://jdk7.java.net/source.html

Re: [7u] Request for approval: 7198229 [macosx] Painting during resizing of the frame should be more smooth

2013-04-30 Thread Seán Coffey
Approved. regards, Sean. On 30/04/2013 17:12, Sergey Bylokhov wrote: Hi Everyone, This is a direct back port from jdk 8 to jdk 7u. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7198229 Webrev can be found at: http://cr.openjdk.java.net/~serb/7198229/webrev.01 jdk8 changeset:http://

Re: [7u-dev] Request for approval for 8007458 - [findbugs] One more beans issue, with ReflectionUtils

2013-04-30 Thread Seán Coffey
Sergey, looks like you've the wrong subject line. I corrected to match bug ID requested. Approved. regards, Sean. On 30/04/2013 11:01, sergey malenkov wrote: Hi all, Could you please approve the backport of JDK-7163696 to JDK 7u-dev? [findbugs] One more beans issue, with ReflectionUtils h

[7u] Request for approval: 7198229 [macosx] Painting during resizing of the frame should be more smooth

2013-04-30 Thread Sergey Bylokhov
Hi Everyone, This is a direct back port from jdk 8 to jdk 7u. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7198229 Webrev can be found at: http://cr.openjdk.java.net/~serb/7198229/webrev.01 jdk8 changeset:http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/7ead109417f0 Reviewers: Denis Fokin

Re: [7u] Review Request for JDK-8006634 Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler

2013-04-30 Thread Anthony Petrov
Hi Petr, src/macosx/classes/sun/lwawt/macosx/CToolkitThreadBlockedHandler.java 45 unlock(); 46 LWCToolkit.doAWTRunLoop(awtRunLoopMediator, processEvents); 47 lock(); I suggest to use the try/finally pattern for the unlock()/lock() calls here to ensure the method

jdk7u-dev@openjdk.java.net

2013-04-30 Thread sergey malenkov
Hi all, Could you please approve the backport of JDK-7163696 to JDK 7u-dev? [findbugs] One more beans issue, with ReflectionUtils https://jbs.oracle.com/bugs/browse/JDK-8007458 Earlier the fix was prepared, approved and pushed into JDK8: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/e76f3e8e653f