JDK-2168335 : The cpuManufactorer does not correctly recognized for Solaris 10
  • Type: Backport
  • Backport of: JDK-6750389
  • Component: install
  • Sub-Component: servicetags
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2008-10-15
  • Updated: 2013-06-04
  • Resolved: 2008-11-14
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 6 JDK 7
6u12 b01Fixed 7Fixed
Comments
SUGGESTED FIX sccs diffs SolarisSystemEnvironment.java ------- SolarisSystemEnvironment.java ------- 47,48c47,48 < // if we're here, then we'll try smbios (type 3) < return getSmbiosData("3", "Manufacturer: "); --- > // if we're here, then we'll try smbios (type 4) > return getSmbiosData("4", "Manufacturer: ");
15-10-2008

EVALUATION To be fixed in 6u12.
15-10-2008