-
CSR
-
Resolution: Approved
-
P3
-
None
-
source, binary
-
low
-
Java API
-
JDK
Summary
The client code has a "com.sun.awt.SecurityWarning" class which at some point in the past, JDK 6u10, was used as a kind of "public" API. During development of jdk9 it was considered that this API is not supported and may be removed in the future: https://bugs.openjdk.java.net/browse/JDK-8051640.
Problem
This class was deprecated forRemoval=true in JDK 11 (https://bugs.openjdk.java.net/browse/JDK-8205588). This class is unused in the JDK and can be removed.
Solution
The solution is to remove:
src/java.desktop/share/classes/com/sun/awt/SecurityWarning.java
- csr of
-
JDK-8210692 The "com.sun.awt.SecurityWarning" class can be dropped
- Resolved
- relates to
-
JDK-8205595 Deprecate for removal com.sun.awt.SecurityWarning
- Closed