JDK-8205588 : Deprecate for removal com.sun.awt.SecurityWarning
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-06-25
  • Updated: 2018-07-17
  • Resolved: 2018-07-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11 b22Fixed 12Fixed
Related Reports
CSR :  
Description
This internal class com.sun.awt.SecurityWarning was added in CCC-6749517. 

The goal of this method is to let the developers control the position of the security warning in untrusted windows.

During development of jdk9 it was considered that this API is not supported and may be removed in the future: JDK-8051640.
I would like to deprecate this class for removal before drop it, because at some point in the past(in JDK 6u10), it was used as a kind of "public" API.