Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Won't Fix
-
Affects Version/s: 5.0u34
-
Fix Version/s: None
-
Component/s: hotspot
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
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.
Attachments
Issue Links
- relates to
-
JDK-4511694 Hangs with "-XX:CompileThreshold=2 -version"
-
- Closed
-