-
Bug
-
Resolution: Fixed
-
P3
-
hs10
-
b03
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177187 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b34 |
JDK-2172739 | 6u14 | Tom Rodriguez | P3 | Resolved | Fixed | b01 |
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.
# 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.
- backported by
-
JDK-2172739 Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
- Resolved
-
JDK-2177187 Server compiler fails with assertion (loop_count < K,"infinite loop in PhaseIterGVN::transform")
- Closed