Re: [9] Review request for 8016313: java.awt.Headless exception has no spec since its creation

2016-07-05 Thread Philip Race
+1 .. although this needs a CCC too. -phil. On 6/15/16, 12:11 AM, Semyon Sadetsky wrote: Thanks for review. Please look at the updated webrev: http://cr.openjdk.java.net/~ssadetsky/8016313/webrev.01/ --Semyon On 6/14/2016 8:44 PM, Phil Race wrote: My reading of the original complaint about

Re: [9] Review request for 8157827: AWT_Desktop/Automated/Exceptions/BasicTest loads incorrect GTK version when jdk.gtk.version=3

2016-07-05 Thread Philip Race
I guess this is approved -phil. On 6/22/16, 2:40 AM, Semyon Sadetsky wrote: Actually no missing file. Only the missed place to replace ordinal() with getNumber(). --Semyon On 5/27/2016 11:13 PM, Phil Race wrote: So is there a missing file here or not ? -phil. On 05/26/2016 12:12 AM,

Re: [9] Fix for JDK-8074824: Resolve disabled warnings for libawt_xawt

2016-07-05 Thread Phil Race
It is not always clear to me what warning is being suppressed and why you have chosen a particular solution/action this next one looks like it might introduce an unused variable warning. What was it solving ? That the code was not checking a return value ? size_t bytesWritten = write (

Re: [9] Review request for JDK-8156460 [macosx] Test case javax/swing/JPopupMenu/6827786/bug6827786.java fails

2016-07-05 Thread Semyon Sadetsky
+1 --Semyon On 05.07.2016 15:53, Alexandr Scherbatiy wrote: The fix looks good to me. Thanks, Alexandr. On 7/5/2016 2:24 PM, Manajit Halder wrote: Hi Alexandr, I feel it is not a problem to use "if (leftAltKeyPressed == YES)” and "if (altGRPressed == NO)” as the variable

Re: [9] Review request for 8155515 : Desktop.moveToTrash() javadoc issue

2016-07-05 Thread Alexandr Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 7/5/2016 5:04 PM, Alexander Zvegintsev wrote: Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8155515/00 for the issue https://bugs.openjdk.java.net/browse/JDK-8155515

[9] Review request for 8159374 : Taskbar.setIconBadge() spec omits mention of exception for ICON_BADGE_TEXT feature

2016-07-05 Thread Alexander Zvegintsev
Hello, please review the fix http://cr.openjdk.java.net/~azvegint/jdk/9/8159374/00 for the issue https://bugs.openjdk.java.net/browse/JDK-8159374 -- -- Thanks, Alexander.

Re: Review request for 8143064 Icons are not properly rendered with Windows L on HiDPI display

2016-07-05 Thread Alexandr Scherbatiy
Could you review the updated fix: http://cr.openjdk.java.net/~alexsch/8143064/webrev.02 - the PainterMultiResolutionCachedImage.getWidth()/getHeight() methods are overridden to not call the base resolution variant - scale factors are added to the multi-resolution image - component and args