Hello.
Please review the fix for jdk 8/9.
Lots of issues(hangs or focus lost) occurred after we call
NSScreen.backingScaleFactor on a Appkit Thread in time of splash screen
initialization.
This is a regression of two fixes:
https://bugs.openjdk.java.net/browse/JDK-8043869
https://bugs.openjdk.java.net/browse/JDK-8049198
Current issue occures after the second fix.
Bug: https://bugs.openjdk.java.net/browse/JDK-8074668
As a fix I suggest to disable functionality which was added in
JDK-8049198 <https://bugs.openjdk.java.net/browse/JDK-8049198> and
JDK-8043869 <https://bugs.openjdk.java.net/browse/JDK-8043869>. Because
if I try to revert them back I should change more files which I consider
will be danger.
--
Best regards, Sergey.