JDK-8242559 : Clean the "libawt_xawt" library from code for headless mode
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 11,14,15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2020-04-13
  • Updated: 2020-10-29
  • Resolved: 2020-10-23
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 16
16 b22Fixed
Related Reports
Relates :  
Description
The libawt_xawt.so library is used by the headful toolkit only, but it still uses some code related to headless mode, which should be deleted.
Comments
Changeset: d8d91977 Author: Sergey Bylokhov <serb@openjdk.org> Date: 2020-10-23 01:51:44 +0000 URL: https://git.openjdk.java.net/jdk/commit/d8d91977
23-10-2020

This bug extracted from JDK-8240290
13-04-2020