JDK-7124089 : (launcher) refactor the launcher code for macosx
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-12-22
  • Updated: 2012-09-25
  • Resolved: 2012-03-21
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
7u4 b11Fixed
Related Reports
Relates :  
Description
The launcher's machine dependent code needs refactoring, the 
file is peppered with conditional compilation statements making
it very hard to follow the flow.

Comments
EVALUATION Yes, needs to be done, breakout the macosx code out of java_md.(c,h} and create separate files such as java_macosx.{c,h}, and compile these conditionally.
22-12-2011