JDK-6566802 : Server VM hangs in 5.0u12
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 5.0u12
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-06-07
  • Updated: 2010-08-05
  • Resolved: 2007-07-31
Related Reports
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Duplicate :  
Description
Server Compiler hangs in 5.0u12 on any platforma, like Solaris, WinXp and linux.

REPRODUCE :
1) Compile the attached test case, "LoopTest.java"
2) Invoke, "java -server LoopTest"
This program does not return.

NOTE:
 When the program works well, we can see the following message.
 (Please execute the test program in c1)

F:\tmp\hang>java LoopTest
MyThread finished!
Test OK!

Comments
EVALUATION I suspect this is a duplicate of 6519515.
08-06-2007