-
Bug
-
Resolution: Fixed
-
P2
-
8, 11, 17, 18, 19
-
b32
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280308 | 19 | Christian Hagedorn | P2 | Resolved | Fixed | b06 |
JDK-8280631 | 18.0.1 | Christian Hagedorn | P2 | Resolved | Fixed | b04 |
JDK-8280687 | 17.0.4-oracle | Tobias Hartmann | P2 | Closed | Fixed | b01 |
JDK-8282646 | 17.0.4 | Martin Doerr | P2 | Resolved | Fixed | b01 |
JDK-8280853 | 11.0.16-oracle | Tobias Hartmann | P2 | Closed | Fixed | b01 |
JDK-8282868 | 11.0.16 | Martin Doerr | P2 | Resolved | Fixed | b01 |
To reproduce:
$ java -Xcomp -XX:-TieredCompilation -XX:CompileCommand=compileonly,Test::run -XX:CompileCommand=dontinline,Test::dontInline Test.java
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/mach5/mesos/work_dir/slaves/ff806ead-2cac-495d-9cbc-62116f99bf14-S13700/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/8f731315-8676-4d9a-b759-a859429b8bf4/runs/73843d3e-ae06-4fbd-97ab-7296fb2593fc/workspace/open/src/hotspot/share/opto/node.hpp:894), pid=20387, tid=20400
# assert(is_Loop()) failed: invalid node class: Region
#
# JRE version: Java(TM) SE Runtime Environment (18.0+26) (fastdebug build 18-ea+26-1787)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 18-ea+26-1787, compiled mode, sharing, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x1352e34] IdealLoopTree::compute_trip_count(PhaseIdealLoop*)+0x34
.......
Command Line: -Xcomp -XX:-TieredCompilation -XX:CompileCommand=compileonly,Test::run -XX:CompileCommand=dontinline,Test::dontInline --add-modules=ALL-DEFAULT jdk.compiler/com.sun.tools.javac.launcher.Main Test.java
.......
Current CompileTask:
C2: 2416 81 b Test::run (29 bytes)
Stack: [0x00007fd3cc7d7000,0x00007fd3cc8d8000], sp=0x00007fd3cc8d1fb0, free space=1003k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x1352e34] IdealLoopTree::compute_trip_count(PhaseIdealLoop*)+0x34
V [libjvm.so+0x1366dec] IdealLoopTree::iteration_split(PhaseIdealLoop*, Node_List&)+0x11c
V [libjvm.so+0x13944c8] PhaseIdealLoop::build_and_optimize(LoopOptsMode)+0xe68
V [libjvm.so+0xa9485a] PhaseIdealLoop::optimize(PhaseIterGVN&, LoopOptsMode)+0x28a
V [libjvm.so+0xa9024a] Compile::Optimize()+0x73a
V [libjvm.so+0xa92d9e] Compile::Compile(ciEnv*, ciMethod*, int, Options, DirectiveSet*)+0x159e
V [libjvm.so+0x8ab5a4] C2Compiler::compile_method(ciEnv*, ciMethod*, int, bool, DirectiveSet*)+0x664
V [libjvm.so+0xaa3098] CompileBroker::invoke_compiler_on_method(CompileTask*)+0xc88
V [libjvm.so+0xaa3e58] CompileBroker::compiler_thread_loop()+0x648
V [libjvm.so+0x192745a] JavaThread::thread_main_inner()+0x25a
V [libjvm.so+0x192f820] Thread::call_run()+0x100
V [libjvm.so+0x1611f24] thread_native_entry(Thread*)+0x104
- backported by
-
JDK-8280308 C2: assert(is_Loop()) failed: invalid node class: Region
-
- Resolved
-
-
JDK-8280631 C2: assert(is_Loop()) failed: invalid node class: Region
-
- Resolved
-
-
JDK-8282646 C2: assert(is_Loop()) failed: invalid node class: Region
-
- Resolved
-
-
JDK-8282868 C2: assert(is_Loop()) failed: invalid node class: Region
-
- Resolved
-
-
JDK-8280687 C2: assert(is_Loop()) failed: invalid node class: Region
-
- Closed
-
-
JDK-8280853 C2: assert(is_Loop()) failed: invalid node class: Region
-
- Closed
-
- duplicates
-
JDK-8270532 Unexpected region node in IdealLoopTree::compute_trip_count
-
- Closed
-
-
JDK-8317346 assert(is_Loop()) failed: invalid node class
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/87b60073
-
Commit openjdk/jdk17u-dev/ac19e3e1
-
Commit openjdk/jdk18/65eb066b
-
Review openjdk/jdk11u-dev/862
-
Review openjdk/jdk17u-dev/189
-
Review openjdk/jdk18/94
-
Review openjdk/jdk/7029