-
CSR
-
Resolution: Approved
-
P3
-
None
-
source, binary
-
low
-
-
Java API, Other
-
JDK
Summary
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 JDK 11.
Problem
This class was deprecated forRemoval=true in JDK 10 (JDK-8187253). This class is unused in the JDK and can be removed.
Solution
The solutions is to remove:
src/java.desktop/share/classes/com/sun/awt/AWTUtilities.java
- csr of
-
JDK-8200149 The "com.sun.awt.AWTUtilities" class can be dropped
- Resolved