Re: [9] Review request for 8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed

2016-06-09 Thread Alexandr Scherbatiy
The fix looks good to me. Thanks, Alexandr. On 6/8/2016 11:08 AM, Semyon Sadetsky wrote: Hello, Please review fix for JDK9: bug: https://bugs.openjdk.java.net/browse/JDK-8156185 webrev: http://cr.openjdk.java.net/~ssadetsky/8156185/webrev.00/ Scan through the GraphicsDevice#getConfiguratio

Re: [9] Review request for 8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed

2016-06-08 Thread Sergey Bylokhov
On 08.06.16 11:08, Semyon Sadetsky wrote: Scan through the GraphicsDevice#getConfigurations() may take significant time on some hardware configurations. Seems this is because of JDK-6477756 But actually it is not needed to find the device configuration for the tooltip, because only the inform

[9] Review request for 8156185: JDK-8024858 (long tooltip delay) is not fixed but is easily fixed

2016-06-08 Thread Semyon Sadetsky
Hello, Please review fix for JDK9: bug: https://bugs.openjdk.java.net/browse/JDK-8156185 webrev: http://cr.openjdk.java.net/~ssadetsky/8156185/webrev.00/ Scan through the GraphicsDevice#getConfigurations() may take significant time on some hardware configurations. But actually it is not neede