JDK-8003900 : X11 dependencies should be removed from Mac OS X build.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2012-11-22
  • Updated: 2015-04-17
  • Resolved: 2014-05-16
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 8 JDK 9
8u40Fixed 9 b15Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
The JDK-8003898 problem is a workaround for the bigger: 
X11 toolkit is not supported for Mac OS and need to be removed.
Comments
The build system seems ready for this, in that configures "checking for X" fails gracefully in the absence of X11 bits. Windows does not explicitly skip those checks so I see no reason to do so on the Mac as well.
06-05-2014