Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6712835
Votes 0
Synopsis Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
Category hotspot:compiler2
Reported Against
Release Fixed hs14(b03), 6u14(b01) (Bug ID:2172739)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 10-JUN-2008
Description
Server compiler (both 32 and 64 bit) fails with assertion
#  Internal Error (/export2/BUILD_AREA/jdk7/hotspot/src/share/vm/opto/phaseX.cpp:1013), pid=23426, tid=8
#  Error: assert(loop_count < K,"infinite loop in PhaseIterGVN::transform")

in fastdebug jvm

and with 
#  Internal Error (allocation.cpp:117), pid=13355, tid=12
#  Error: ChunkPool::allocate
in product vm.

The failure is observed in -Xcomp mode only.
Posted Date : 2008-06-10 15:50:20.0
Work Around
N/A
Evaluation
The remove_useless_bool routine is signaling progress even though it not actually making any.  This is caused by a cycle in some dead code.
Posted Date : 2008-06-11 21:20:02.0

http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6ca61c728c2d
Posted Date : 2008-07-25 22:48:44.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang