JDK-6922500 : (launcher) fix legacy error message with v8 detection
  • Type: Bug
  • Component: tools
  • Sub-Component: launcher
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-02-03
  • Updated: 2010-07-12
  • Resolved: 2010-07-12
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
7Resolved
Related Reports
Duplicate :  
Description
On SparcStation5.

# java -version
SPARC V8 processor detected; Server compiler requires V9 or better.
Use Client compiler on V8 processors.
Could not create the Java virtual machine.
# java -client -version
SPARC V8 processor detected; Server compiler requires V9 or better.
Use Client compiler on V8 processors.
Could not create the Java virtual machine.

The -client flag is ignore

Comments
EVALUATION Will be fixed as part of 6921472.
18-06-2010

EVALUATION Update the error message to a more meaningful one.
03-02-2010