On 9/25/2015 11:51 PM, Mandy Chung wrote:
On 09/25/2015 04:32 AM, Semyon Sadetsky wrote:
Hello,
Please review fix for JDK9:
bug: https://bugs.openjdk.java.net/browse/JDK-8067470
webrev: http://cr.openjdk.java.net/~ssadetsky/8067470/webrev.00/
The corresponding java.awt.Window method is proposed. The method is
protected by a newly introduced property "awt.enableSyncLWFocus".
Can you explain why this setter method needs to be protected by a
system property? By default this method is a nop?
It is an additional protection because since this method was in use by
one app only it would be better to make its use more notable and switchable.
--Semyon
Mandy