Re: AWT Dev [9] Review Request: 7124271 [macosx] RealSync test failure

2015-08-17 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 8/17/2015 3:17 PM, Sergey Bylokhov wrote: Hello, Any volunteers to review the fix? On 11.08.15 21:29, Alexander Zvegintsev wrote: Hello Sergey, the fix looks good to me. -- Thanks, Alexander. On 10.08.2015 14:21, Sergey Bylokhov wrote:

Re: AWT Dev [9] Review Request: 7124271 [macosx] RealSync test failure

2015-08-17 Thread Sergey Bylokhov
Hello, Any volunteers to review the fix? On 11.08.15 21:29, Alexander Zvegintsev wrote: Hello Sergey, the fix looks good to me. -- Thanks, Alexander. On 10.08.2015 14:21, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. Two bugs were fixed: - The changes in

Re: AWT Dev [9] Review Request: 7124271 [macosx] RealSync test failure

2015-08-11 Thread Alexander Zvegintsev
Hello Sergey, the fix looks good to me. -- Thanks, Alexander. On 10.08.2015 14:21, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. Two bugs were fixed: - The changes in NSApplicationAWT.waitForDummyEvent() is a fix for a regression of JDK-8080504, which does not take into

AWT Dev [9] Review Request: 7124271 [macosx] RealSync test failure

2015-08-10 Thread Sergey Bylokhov
Hello. Please review the fix for jdk9. Two bugs were fixed: - The changes in NSApplicationAWT.waitForDummyEvent() is a fix for a regression of JDK-8080504, which does not take into account that we should not call an unlock if a lock operation was failed with timeout. - Initial bug which was