Re: [9] Review Request JDK-8151787 Unify the HiDPI splash screen image naming convention

2016-09-21 Thread Rajeev Chamyal
Hello Phil, Please review the updated webrev. http://cr.openjdk.java.net/~rchamyal/8151787/webrev.10/ Updates: Updated launcher.properties as suggested. Regards, Rajeev Chamyal From: Philip Race Sent: 21 September 2016 02:41 To: Rajeev Chamyal Cc: Alexander Scherbatiy; awt-dev@o

Re: RFR: JDK-8165232 XKeycodeToKeysym is deprecated and should be replaced with XkbKeycodeToKeysym

2016-09-21 Thread Alan Burlison
On 14/09/2016 18:42, Alan Burlison wrote: I'd appreciate any review comments. Ping... -- Alan Burlison --

Re: [9] Review request for JDK-8165555: [macosx] VM crashes on second attempt to execute JCK interactive tests that use Robot (single JVM, agent)

2016-09-21 Thread Manajit Halder
Hi Sergey, Thanks for the comment. Access to "instance" is not broken. The problem is with the dictionary variable "javaToMacKeyMap" within the "instance" reference. The dictionary is not getting initialised for the second time when singleton method is called for the second time. The dictionar

[9] Fix for JDK-8058950 : [TESTBUG] There is no F1 dialog when the case loading, so we can't restore it.

2016-09-21 Thread Ajit Ghaisas
Hi, Bug : https://bugs.openjdk.java.net/browse/JDK-8058950 Issue : Minimized test frame cannot be restored. Fix : 1. The test fix is quite simple - to introduce delay between frame.setVisible(true) and frame.setExtendedState(Frame.ICONIFIED). 2. I have modified test - not to use