JDK-8168010 : Deprecate obsolete launcher -d32/-d64 options
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-10-14
  • Updated: 2017-05-17
  • Resolved: 2016-10-27
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 9
9 b143Fixed
Related Reports
Relates :  
Description
The -d32/-d64 flags were introduced to switch data model specifically for Solaris, to support overlay images. Solaris no longer supports 32-bit image as of JDK8, see JDK-8024033.

Though it would be ideal to remove these launcher options in jdk9, the normal agreement is to allow deprecation and notification for 1 release,
and there have been concerns to making the options emit messages.

After considering these items and discussions with the concerned parties, the deprecation language will be put into appropriate man pages and release documentation.
Comments
Has a sweep been done of existing tests in the repos?
21-11-2016