hg: jdk8/awt/jdk: 8020298: [macosx] Incorrect merge in the lwawt code

2013-07-12 Thread sergey . bylokhov
Changeset: f7ea38893138 Author:serb Date: 2013-07-12 21:33 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/f7ea38893138 8020298: [macosx] Incorrect merge in the lwawt code Reviewed-by: art, anthony ! src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java

Re: [7u] Review request for 8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux

2013-07-12 Thread Artem Ananiev
On 7/12/2013 4:02 PM, Anton Litvinov wrote: Hello Anthony, Thank you very much for review of the fix. Yes, sure, the comment stating that XSync() function is intentionally called without AWT lock is added to the file "GLXSurfaceData.c". A URL of the new version of the fix with this change is pr

Re: [8] Request for review: 8020298 [macosx] Incorrect merge in the lwawt code.

2013-07-12 Thread Artem Ananiev
Looks fine. Thanks, Artem On 7/12/2013 6:36 PM, Sergey Bylokhov wrote: Hello, Please review the fix for jdk 7/8. The problem is in incorrect merge between 8009012 and 8003559. I remove part(optimization) of the 8009012, because it was merged incorrectly and because it require additional testi

Re: [8] Request for review: 8020298 [macosx] Incorrect merge in the lwawt code.

2013-07-12 Thread Anthony Petrov
Both fixes look fine to me. -- best regards, Anthony On 07/12/2013 06:36 PM, Sergey Bylokhov wrote: Hello, Please review the fix for jdk 7/8. The problem is in incorrect merge between 8009012 and 8003559. I remove part(optimization) of the 8009012, because it was merged incorrectly and because

[8] Request for review: 8020298 [macosx] Incorrect merge in the lwawt code.

2013-07-12 Thread Sergey Bylokhov
Hello, Please review the fix for jdk 7/8. The problem is in incorrect merge between 8009012 and 8003559. I remove part(optimization) of the 8009012, because it was merged incorrectly and because it require additional testing after cpu merge. Also a call to flushBuffers was removed, when the peer

Re: [8] Review Request for CR JDK-8020371 [macosx] applets with Drag and Drop fail with IllegalArgumentException

2013-07-12 Thread Artem Ananiev
Still looks fine to me. Thanks, Artem On 7/12/2013 5:16 PM, Petr Pchelko wrote: Hello, Anthony. The fix looks good to me. BTW, could we provide some meaningful message with the InvalidDnDOperationException ? E.g. state that it's unsupported for this window or something like this? Also, th

Re: [8] Review Request for CR JDK-8020371 [macosx] applets with Drag and Drop fail with IllegalArgumentException

2013-07-12 Thread Anthony Petrov
Looks fine to me. Thanks. -- best regards, Anthony On 07/12/2013 05:16 PM, Petr Pchelko wrote: Hello, Anthony. The fix looks good to me. BTW, could we provide some meaningful message with the InvalidDnDOperationException ? E.g. state that it's unsupported for this window or something like t

Re: [8] Review Request for CR JDK-8020371 [macosx] applets with Drag and Drop fail with IllegalArgumentException

2013-07-12 Thread Petr Pchelko
Hello, Anthony. > The fix looks good to me. BTW, could we provide some meaningful message with > the InvalidDnDOperationException ? E.g. state that it's unsupported for this > window or something like this? Also, the comments "// Unsupported" after the > if()return; could be better worded as "U

Re: [7u] Review request for 8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux

2013-07-12 Thread Anthony Petrov
Looks great. Thanks. -- best regards, Anthony On 07/12/2013 04:02 PM, Anton Litvinov wrote: Hello Anthony, Thank you very much for review of the fix. Yes, sure, the comment stating that XSync() function is intentionally called without AWT lock is added to the file "GLXSurfaceData.c". A URL of

Re: [7u] Review request for 8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux

2013-07-12 Thread Anton Litvinov
Hello Anthony, Thank you very much for review of the fix. Yes, sure, the comment stating that XSync() function is intentionally called without AWT lock is added to the file "GLXSurfaceData.c". A URL of the new version of the fix with this change is provided below. 441 // Call XSync witho

hg: jdk8/awt/jdk: 8009168: accessibility.properties syntax issue

2013-07-12 Thread alexandr . scherbatiy
Changeset: c3268a602a50 Author:raginip Date: 2013-07-12 14:46 +0400 URL: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/c3268a602a50 8009168: accessibility.properties syntax issue Reviewed-by: ptbrunet, mfang, alexsch ! src/share/classes/com/sun/accessibility/internal/resources/acces

Re: [7u] Review request for 8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux

2013-07-12 Thread Anthony Petrov
Hi Anton, The updated fix looks fine to me. Thank you. Just a minor suggestion: could you please add a comment just before the line 441 at GLXSurfaceData.c to state that this particular XSync() call is performed w/o an AWTLock? No need to resend a new webrev for this change. -- best regards,