-
Bug
-
Resolution: Fixed
-
P3
-
hs21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2212422 | 8 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2210335 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b143 |
JDK-2212420 | hs22 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
Fastdebug VM crashes with
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P1/B/051054.et151817/source/src/share/vm/opto/cfgnode.cpp:1559), pid=4323, tid=2612128672
# assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
#
# JRE version: 7.0-b142
# Java VM: Java HotSpot(TM) Server VM (21.0-b13-internal-201105130510.et151817.hs21-b13-snapshot-fastdebug compiled mode linux-x86 )
V [libjvm.so+0xaaed91] VMError::report_and_die()+0x1a1
V [libjvm.so+0x4cc5a8] report_vm_error(char const*, int, char const*, char const*)+0x68
V [libjvm.so+0x394087] PhiNode::Ideal(PhaseGVN*, bool)+0x337
V [libjvm.so+0x93a459] PhaseIterGVN::transform_old(Node*)+0x169
V [libjvm.so+0x934e0a] PhaseIterGVN::transform(Node*)+0x4a
V [libjvm.so+0x88e610] AndINode::Ideal(PhaseGVN*, bool)+0x414
V [libjvm.so+0x93a3a1] PhaseIterGVN::transform_old(Node*)+0xb1
V [libjvm.so+0x934e0a] PhaseIterGVN::transform(Node*)+0x4a
V [libjvm.so+0x88dc5e] MulNode::Ideal(PhaseGVN*, bool)+0x5f0
V [libjvm.so+0x88e90d] AndINode::Ideal(PhaseGVN*, bool)+0x711
V [libjvm.so+0x93a459] PhaseIterGVN::transform_old(Node*)+0x169
V [libjvm.so+0x936926] PhaseIterGVN::optimize()+0x236
V [libjvm.so+0x45be40] Compile::Optimize()+0x9f0
V [libjvm.so+0x45f9a4] Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool)+0x1114
V [libjvm.so+0x374bf9] C2Compiler::compile_method(ciEnv*, ciMethod*, int)+0x229
V [libjvm.so+0x469908] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x548
V [libjvm.so+0x46a5fb] CompileBroker::compiler_thread_loop()+0x5bb
V [libjvm.so+0xa48fef] compiler_thread_entry(JavaThread*, Thread*)+0x4f
V [libjvm.so+0xa54794] JavaThread::thread_main_inner()+0xf4
V [libjvm.so+0x8e0e91] java_start(Thread*)+0x111
C [libpthread.so.0+0x535b] start_thread+0x8b
Current CompileTask:
C2: 234274 11036 s!b com.sleepycat.je.dbi.DbTree::doCreateDb (360 bytes)
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P1/B/051054.et151817/source/src/share/vm/opto/cfgnode.cpp:1559), pid=4323, tid=2612128672
# assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
#
# JRE version: 7.0-b142
# Java VM: Java HotSpot(TM) Server VM (21.0-b13-internal-201105130510.et151817.hs21-b13-snapshot-fastdebug compiled mode linux-x86 )
V [libjvm.so+0xaaed91] VMError::report_and_die()+0x1a1
V [libjvm.so+0x4cc5a8] report_vm_error(char const*, int, char const*, char const*)+0x68
V [libjvm.so+0x394087] PhiNode::Ideal(PhaseGVN*, bool)+0x337
V [libjvm.so+0x93a459] PhaseIterGVN::transform_old(Node*)+0x169
V [libjvm.so+0x934e0a] PhaseIterGVN::transform(Node*)+0x4a
V [libjvm.so+0x88e610] AndINode::Ideal(PhaseGVN*, bool)+0x414
V [libjvm.so+0x93a3a1] PhaseIterGVN::transform_old(Node*)+0xb1
V [libjvm.so+0x934e0a] PhaseIterGVN::transform(Node*)+0x4a
V [libjvm.so+0x88dc5e] MulNode::Ideal(PhaseGVN*, bool)+0x5f0
V [libjvm.so+0x88e90d] AndINode::Ideal(PhaseGVN*, bool)+0x711
V [libjvm.so+0x93a459] PhaseIterGVN::transform_old(Node*)+0x169
V [libjvm.so+0x936926] PhaseIterGVN::optimize()+0x236
V [libjvm.so+0x45be40] Compile::Optimize()+0x9f0
V [libjvm.so+0x45f9a4] Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool)+0x1114
V [libjvm.so+0x374bf9] C2Compiler::compile_method(ciEnv*, ciMethod*, int)+0x229
V [libjvm.so+0x469908] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x548
V [libjvm.so+0x46a5fb] CompileBroker::compiler_thread_loop()+0x5bb
V [libjvm.so+0xa48fef] compiler_thread_entry(JavaThread*, Thread*)+0x4f
V [libjvm.so+0xa54794] JavaThread::thread_main_inner()+0xf4
V [libjvm.so+0x8e0e91] java_start(Thread*)+0x111
C [libpthread.so.0+0x535b] start_thread+0x8b
Current CompileTask:
C2: 234274 11036 s!b com.sleepycat.je.dbi.DbTree::doCreateDb (360 bytes)
- backported by
-
JDK-2212420 assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
-
- Resolved
-
-
JDK-2212422 assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
-
- Resolved
-
-
JDK-2210335 assert(!can_reshape || !new_phi) failed: for igvn new phi should be hooked
-
- Closed
-
- relates to
-
JDK-7026700 regression in 6u24-rev-b23: Crash in C2 compiler in PhaseIdealLoop::build_loop_late_post
-
- Closed
-