Using the VM flags: -XX:+PrintOptoAssembly -XX:CompileThreshold=5 on a simple java program, VM will crash with hs error in Windows 2003 EE platform.
If -XX:CompileThreshold change to 100 instead of 5, the test will pass.
Please see the attached hs_err file.
$ c:/jdk/bin/java -server -version
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b43)
Java HotSpot(TM) Server VM (build 20050630114230.kbr.c2_to_main_baseline-debug, mixed mode)
###@###.### 2005-07-11 23:00:46 GMT
If -XX:CompileThreshold change to 100 instead of 5, the test will pass.
Please see the attached hs_err file.
$ c:/jdk/bin/java -server -version
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b43)
Java HotSpot(TM) Server VM (build 20050630114230.kbr.c2_to_main_baseline-debug, mixed mode)
###@###.### 2005-07-11 23:00:46 GMT