JDK-6518954 : Update JDK build process to accommodate OpenJDK builds
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2007-01-30
  • Updated: 2011-05-17
  • Resolved: 2011-05-17
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 7
7 b08Fixed
Related Reports
Relates :  
Description
OpenJDK cannot be built using certain encumbered closed sources and other resources.
An OpenJDK build will need to use pre-built binaries instead of the original sources
as an interim measure before providing unencumbered binaries.

The build process needs to be updated to be able to perform such an openjdk build.

Comments
EVALUATION This is mostly an exercise in moving around source files and updating Makefiles and their associated files. But some source refactoring is needed to avoid including unencumbered code as part of the binary only bits. Also some changes are needed in the font code to be able to distinguish OpenJDK in which we do not redistribute any fonts on which we normally rely.
30-01-2007