-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
5.0u34
-
generic
-
generic
Java hangs if set CompileThreshold value to 1 or 0.
For example,
jdk1.5.0_34/bin/java -Xmixed -XX:CompileThreshold=1 -version
or
jdk1.5.0_34/bin/java -Xcomp -XX:CompileThreshold=1 <SomeClassName>
Issue occurred with both -client and -server options, with -Xmixed and -Xcomp.
It is not a regression since it hangs with JDK 1.5.0 FCS and JDK 1.5.0_06 b05 too.
For example,
jdk1.5.0_34/bin/java -Xmixed -XX:CompileThreshold=1 -version
or
jdk1.5.0_34/bin/java -Xcomp -XX:CompileThreshold=1 <SomeClassName>
Issue occurred with both -client and -server options, with -Xmixed and -Xcomp.
It is not a regression since it hangs with JDK 1.5.0 FCS and JDK 1.5.0_06 b05 too.
- relates to
-
JDK-4511694 Hangs with "-XX:CompileThreshold=2 -version"
- Closed