JDK-6861309 : Wrong argument passes to solaris command for CPU detection
  • Type: Bug
  • Component: install
  • Sub-Component: servicetags
  • Affected Version: 5.0u20
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-07-16
  • Updated: 2010-04-09
  • Resolved: 2009-12-03
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.
Other
5.0u23 b01Fixed
Related Reports
Relates :  
Description
For the 5.0 servicetag port - we created a registration.xml data file contain hardware spec of server JDK was running on.

The solaris smbios utility is used to establish who the CPU manufacturer is.
The wrong parameter is passed to smbios command to get CPU info.

we should fix in next release.

Comments
EVALUATION should correct code.
16-07-2009

SUGGESTED FIX <return getSmbiosData("3", "Manufacturer: "); -- >return getSmbiosData("4", "Manufacturer: ");
16-07-2009