<AWT Dev> [11] Review Request: 8200149 The "com.sun.awt.AWTUtilities" class can be dropped

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Sat Mar 24 00:20:20 UTC 2018


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.


More information about the awt-dev mailing list