Re: AWT Dev [9] Review Request: 8067093 Fix windows-specific deprecation warnings in the java.desktop module

2015-07-22 Thread Alexander Zvegintsev
+1 Thanks, Alexander. On 07/22/2015 11:49 AM, Alexander Scherbatiy wrote: The fix looks good to me. Thanks, Alexandr. On 7/22/2015 1:01 AM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. In the fix I replace the usage of the deprecated api in WListPeer. Most of the

Re: AWT Dev [9] Review Request: 8067093 Fix windows-specific deprecation warnings in the java.desktop module

2015-07-22 Thread Alexander Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 7/22/2015 1:01 AM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. In the fix I replace the usage of the deprecated api in WListPeer. Most of the other cases in the bug description are related to getPeer(), which was

Re: AWT Dev [9] Review Request: 8067093 Fix windows-specific deprecation warnings in the java.desktop module

2015-07-22 Thread Anton V. Tarasov
Looks fine. Regards, Anton. On 22.07.2015 1:01, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. In the fix I replace the usage of the deprecated api in WListPeer. Most of the other cases in the bug description are related to getPeer(), which was already removed. The usage of

AWT Dev [9] Review Request: 8067093 Fix windows-specific deprecation warnings in the java.desktop module

2015-07-21 Thread Sergey Bylokhov
Hello. Please review the fix for jdk9. In the fix I replace the usage of the deprecated api in WListPeer. Most of the other cases in the bug description are related to getPeer(), which was already removed. The usage of deprecated constructor of Win32GraphicsConfig in its subclasses was not

Re: AWT Dev [9] Review Request: 8067093 Fix windows-specific deprecation warnings in the java.desktop module

2015-07-21 Thread Phil Race
+1 -phil. On 7/21/2015 3:01 PM, Sergey Bylokhov wrote: Hello. Please review the fix for jdk9. In the fix I replace the usage of the deprecated api in WListPeer. Most of the other cases in the bug description are related to getPeer(), which was already removed. The usage of deprecated