-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
6u5
-
x86
-
windows
With kernel JRE, "sharing" is missing in java -version when it is converted from kernel to client
Tested Bundles : http://j2se.east/plugin/1.6.0_05-pit/2007-09-26.16_35
Tested OS : Windows
1. Install kernel jre bundle
2. Wait till background downloader downloads all the bundles ("ps -ef | grep java" should not return any value)
3. Now immediately run java -version without running any other java process.
It shows the following output (sharing is missing though the VM is client VM) :
C:\>java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b305)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
4. From next time onwards, it shows the following output :
C:\>java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b305)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
Tested Bundles : http://j2se.east/plugin/1.6.0_05-pit/2007-09-26.16_35
Tested OS : Windows
1. Install kernel jre bundle
2. Wait till background downloader downloads all the bundles ("ps -ef | grep java" should not return any value)
3. Now immediately run java -version without running any other java process.
It shows the following output (sharing is missing though the VM is client VM) :
C:\>java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b305)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
4. From next time onwards, it shows the following output :
C:\>java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b305)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)