Re: [9] Review request for 8162350 RepaintManager shifts repainted region when the floating point UI scale is used

2016-10-07 Thread Alexandr Scherbatiy
On 10/6/2016 11:42 PM, Sergey Bylokhov wrote: Hi, Alexandr. Can you please provide some standalone small example, which emulates this artifacts via java2d API. (The pattern which we use in RepainManager). It will help to understand the problem. The code sample [1] draws two the same shapes (

Re: [9] Review Request: 8143077 Deprecate InputEvent._MASK in favor of InputEvent._DOWN_MASK

2016-10-07 Thread Sergey Bylokhov
On 07.10.16 10:06, Semyon Sadetsky wrote: Hi Sergey, After applying the patch I found 72 usages of the Event class. Why they are not replaced? By the same reason why InputEvent.getModifiers() was not replaced by InputEvent.getModifiersEx(): >>> We can replace old constants by the new on

[9] Review request for 8139394: more detailed message for "Could not initialize shell library"

2016-10-07 Thread Semyon Sadetsky
Hello, Please review fix for JDK9: bug: https://bugs.openjdk.java.net/browse/JDK-8139394 webrev: http://cr.openjdk.java.net/~ssadetsky/8139394/webrev.00/ Error message details are enhanced in case of shell folder initialization failure. --Semyon

Re: [9] Review Request: 8143077 Deprecate InputEvent._MASK in favor of InputEvent._DOWN_MASK

2016-10-07 Thread Semyon Sadetsky
Hi Sergey, After applying the patch I found 72 usages of the Event class. Why they are not replaced? --Semyon On 10/2/2016 4:53 PM, Sergey Bylokhov wrote: Thanks for the comments. The new version: http://cr.openjdk.java.net/~serb/8143077/webrev.01 The specification of Event class and InputE