-
Bug
-
Resolution: Fixed
-
P2
-
17, 21, 23, 24
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8340644 | 23.0.2 | Martin Doerr | P2 | Closed | Fixed | b01 |
JDK-8341388 | 21.0.6-oracle | Tobias Hartmann | P2 | Closed | Fixed | b01 |
JDK-8340886 | 21.0.6 | Martin Doerr | P2 | Resolved | Fixed | b01 |
JDK-8341410 | 17.0.14 | Martin Doerr | P2 | Resolved | Fixed | b01 |
CompileCommand: compileonly compiler/arraycopy/TestObjectArrayClone.testClone* bool compileonly = true
CompileCommand: compileonly jdk/internal/reflect/GeneratedMethodAccessor*.invoke bool compileonly = true
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/mach5/mesos/work_dir/slaves/a4a7850a-7c35-410a-b879-d77fbb2f6087-S144935/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/1a4487ac-c1a9-48f2-a0e2-2fb14ee558dc/runs/2bb98958-12aa-4165-b8b3-ef1d44c4a59d/workspace/open/src/hotspot/share/ci/ciKlass.hpp:113), pid=1791476, tid=1791492
# assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
#
# JRE version: Java(TM) SE Runtime Environment (24.0+16) (fastdebug build 24-ea+16-1711)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 24-ea+16-1711, mixed mode, compressed oops, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0x8b39c4] Compile::final_graph_reshaping_main_switch(Node*, Final_Reshape_Counts&, unsigned int, Unique_Node_List&)+0x22b4
--------------- T H R E A D ---------------
Current thread (0x0000ffffa42a0da0): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=1791492, stack(0x0000ffff88aa8000,0x0000ffff88ca6000) (2040K)]
Current CompileTask:
C2:5081 29 compiler.arraycopy.TestObjectArrayClone::testCloneShortObjectArray (47 bytes)
Stack: [0x0000ffff88aa8000,0x0000ffff88ca6000], sp=0x0000ffff88ca07c0, free space=2017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x8b39c4] Compile::final_graph_reshaping_main_switch(Node*, Final_Reshape_Counts&, unsigned int, Unique_Node_List&)+0x22b4 (ciKlass.hpp:113)
V [libjvm.so+0x8b4140] Compile::final_graph_reshaping_impl(Node*, Final_Reshape_Counts&, Unique_Node_List&) [clone .part.0]+0x160 (compile.cpp:3155)
V [libjvm.so+0x8b49e8] Compile::final_graph_reshaping_walk(Node_Stack&, Node*, Final_Reshape_Counts&, Unique_Node_List&)+0x148 (compile.cpp:3104)
V [libjvm.so+0x8bfd08] Compile::final_graph_reshaping()+0x4b8 (compile.cpp:4012)
V [libjvm.so+0x8c1444] Compile::Optimize()+0xb04 (compile.cpp:2486)
V [libjvm.so+0x8c4150] Compile::Compile(ciEnv*, ciMethod*, int, Options, DirectiveSet*)+0x14b0 (compile.cpp:852)
V [libjvm.so+0x7187b0] C2Compiler::compile_method(ciEnv*, ciMethod*, int, bool, DirectiveSet*)+0x17c (c2compiler.cpp:142)
V [libjvm.so+0x8cff94] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x864 (compileBroker.cpp:2303)
V [libjvm.so+0x8d0b44] CompileBroker::compiler_thread_loop()+0x514 (compileBroker.cpp:1961)
V [libjvm.so+0xd2ed70] JavaThread::thread_main_inner()+0xcc (javaThread.cpp:758)
V [libjvm.so+0x15a9500] Thread::call_run()+0xac (thread.cpp:225)
V [libjvm.so+0x12fc9f4] thread_native_entry(Thread*)+0x130 (os_linux.cpp:858)
C [libc.so.6+0x806b8] start_thread+0x2d8
- backported by
-
JDK-8340886 Tests crash: assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
- Resolved
-
JDK-8341410 Tests crash: assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
- Resolved
-
JDK-8340644 Tests crash: assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
- Closed
-
JDK-8341388 Tests crash: assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
- Closed
- relates to
-
JDK-8340012 [C2] assert(KlassEncodingMetaspaceMax > pd) failed: change encoding max if new encoding after 8338526
- Resolved
-
JDK-8340184 Bug in CompressedKlassPointers::is_in_encodable_range
- Resolved
-
JDK-8338526 Don't store abstract and interface Klasses in class metaspace
- Resolved
- links to
-
Commit(master) openjdk/jdk17u-dev/e7439b7d
-
Commit(master) openjdk/jdk21u-dev/4539e46e
-
Commit(master) openjdk/jdk23u/a6754f31
-
Commit(master) openjdk/jdk/3895b8fc
-
Review(master) openjdk/jdk17u-dev/2910
-
Review(master) openjdk/jdk21u-dev/1001
-
Review(master) openjdk/jdk23u/104
-
Review(master) openjdk/jdk/21036