-
Bug
-
Resolution: Fixed
-
P2
-
5.0u22
-
b10
-
generic
-
generic
-
Verified
Hotspot express in 5.0 build reports default hotspot version rather than hotspot express build version.
Current Behavior:
--------------------------------
# ./java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b00)
Java HotSpot(TM) Client VM (build 1.5.0_22-b03, mixed mode) <===
Expected Behavior:
---------------------------------
# ./java -version
java version "1.5.0_22"
Java(TM) Platform, Standard Edition for Business (build 1.5.0_22-b00)
Java HotSpot(TM) Client VM (build 16.1-b01, mixed mode) <===
Current Behavior:
--------------------------------
# ./java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b00)
Java HotSpot(TM) Client VM (build 1.5.0_22-b03, mixed mode) <===
Expected Behavior:
---------------------------------
# ./java -version
java version "1.5.0_22"
Java(TM) Platform, Standard Edition for Business (build 1.5.0_22-b00)
Java HotSpot(TM) Client VM (build 16.1-b01, mixed mode) <===