Hello. Please review fix for jdk11. Bug: https://bugs.openjdk.java.net/browse/JDK-8200149 Webrev can be found at: http://cr.openjdk.java.net/~serb/8200149/webrev.00 CSR: https://bugs.openjdk.java.net/browse/JDK-8200190
The client code has a "com.sun.awt.AWTUtilities" class which at some point in the past, JDK 6u10, was used as a kind of "public" API. Currently all its functionality is already provided by the public API, so this class can be removed.
In jdk10 this class was marked as "forRemoval = true" (see JDK-8187253) and can be removed in 11.
-- Best regards, Sergey.