Re: [9] Review Request: 8056298 Separate java.awt.datatransfer from the desktop module

2015-01-16 Thread Alexander Scherbatiy
The jdk part of the fix looks good. Thanks, Alexandr. On 1/13/2015 10:43 PM, Mandy Chung wrote: On 1/13/2015 11:30 AM, Sergey Bylokhov wrote: On 13.01.2015 21:51, Alan Bateman wrote: I think this looks okay. I see Mandy's comment about dropping the dependency on sun.security.util and th

Review Request for 8065709: Deadlock in awt/logging apparently introduced by 8019623

2015-01-16 Thread mikhail cherkasov
Hi all, JBS: https://bugs.openjdk.java.net/browse/JDK-8065709 Webrev: http://cr.openjdk.java.net/~mcherkas/8065709/webrev.00/ AppContext creation is guarder by getAppContextLockand, but during AppContext creation we also call EventQueue initialization, during EQ initialization logger initializ

Re: [9] review request for 8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener

2015-01-16 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 1/14/2015 4:44 PM, Alexander Zvegintsev wrote: Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8061636/00 for the issue https://bugs.openjdk.java.net/browse/JDK-8061636 7079254 fix[1] introduced a regression in Mous