Re: [9] Review request for 8014212: Robot captures black screen

2015-08-03 Thread Sergey Bylokhov
Looks fine. On 28.07.15 15:49, Alexander Zvegintsev wrote: Hello Sergey, please see the updated version http://cr.openjdk.java.net/~azvegint/jdk/9/8014212/02/ GetPrimitiveArrayCritical() is used instead of manual array allocation. Thanks, Alexander. On 07/27/2015 08:35 PM, Alexander Zvegintsev

Bug Review ID: JI-9022920

2015-08-03 Thread Hendrik Schreiber
Hey there, I filed the bug with the review id JI-9022920 a couple of days ago. Could someone with write access to the bug system please add the information that the problem occurs with SwingSet2.jar, too. Also, as discussed in http://lists.apple.com/archives/java-dev/2015/Jul/msg8.html, oth

Re: [9] Review Request for 8132664: closed/javax/swing/DataTransfer/DefaultNoDrop/DefaultNoDrop.java locks on Windows

2015-08-03 Thread Sergey Bylokhov
Hi, Semyon Did you try to change dwMilliseconds from INFINITE to the timeout(10 seconds by default?) which is passed to the method? It does not help? Because even when dnd is not used we should not wait event for infinite time. On 03.08.15 17:26, Semyon Sadetsky wrote: Hello, Please review

[9] Review Request for 8132664: closed/javax/swing/DataTransfer/DefaultNoDrop/DefaultNoDrop.java locks on Windows

2015-08-03 Thread Semyon Sadetsky
Hello, Please review fix for JDK9: bug: https://bugs.openjdk.java.net/browse/JDK-8132664 webrev: http://cr.openjdk.java.net/~ssadetsky/8132664/webrev.00/ DoDragDrop() is blocking, so upon drag operation is triggered the toolkit thread is blocked and the WM_AWT_WAIT cannot be processed which i

Re: [9] Review Request: 8132382 [macosx] Crash during JMC execution

2015-08-03 Thread Sergey Bylokhov
On 31.07.15 21:34, Semyon Sadetsky wrote: On 7/31/2015 6:28 PM, Sergey Bylokhov wrote: On 31.07.15 18:12, Semyon Sadetsky wrote: On 7/31/2015 5:55 PM, Sergey Bylokhov wrote: On 31.07.15 17:29, Semyon Sadetsky wrote: So the test could use one of these java resources inside the native app w