JDK-8218440 : Change the mechanism by which the JDK identifies the platform-specific default Toolkit
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 13
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2019-02-05
  • Updated: 2019-02-05
  • Resolved: 2019-02-05
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 13
13Resolved
Related Reports
Duplicate :  
Description
The "awt.toolkit" system property identifies the operating specific toolkit class.
The default value of the property should be moved from the native code in the java.base module to dispatch on the operating type in the java.desktop module.  
This will remove an unnecessary coupling between modules and have a slight benefit to startup time and native code maintenance.