Details
-
Bug
-
Resolution: Fixed
-
P3
-
openjdk8u392, 9, 10, 11, 12, 13, 14
-
b10
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245779 | 13.0.4 | Tobias Hartmann | P3 | Resolved | Fixed | b03 |
JDK-8230469 | 11.0.6-oracle | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
JDK-8230570 | 11.0.6 | Tobias Hartmann | P3 | Resolved | Fixed | b01 |
Description
# assert(false) failed: graph should be schedulable
Current CompileTask:
C2: 691 29 Test::test2 (39 bytes)
Stack: [0x00007f48350db000,0x00007f48351dc000], sp=0x00007f48351d6d00, free space=1007k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x11c937e] PhaseCFG::schedule_local(Block*, GrowableArray<int>&, VectorSet&, long*)+0xdbe
V [libjvm.so+0xd448e8] PhaseCFG::global_code_motion()+0xbf8
V [libjvm.so+0xd44ff1] PhaseCFG::do_global_code_motion()+0x51
V [libjvm.so+0x9f8ddc] Compile::Code_Gen()+0x24c
V [libjvm.so+0x9fd158] Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool, bool, DirectiveSet*)+0x1228
V [libjvm.so+0x8200dd] C2Compiler::compile_method(ciEnv*, ciMethod*, int, DirectiveSet*)+0x10d
V [libjvm.so+0xa096a4] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x334
V [libjvm.so+0xa0a6f8] CompileBroker::compiler_thread_loop()+0x4f8
V [libjvm.so+0x18be626] JavaThread::thread_main_inner()+0x1b6
V [libjvm.so+0x18c3ce6] Thread::call_run()+0xf6
V [libjvm.so+0x149467e] thread_native_entry(Thread*)+0x10e
Attachments
Issue Links
- backported by
-
JDK-8230469 C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
- Resolved
-
JDK-8230570 C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
- Resolved
-
JDK-8245779 C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
- Resolved
- blocks
-
JDK-8224957 C2 compilation fails with assert: Bad graph detected in build_loop_late
- Closed
- duplicates
-
JDK-8316944 assert(false) failed: graph should be schedulable
- Closed
- relates to
-
JDK-8229449 Revisit anti-dependency checking around membars
- Open