Since JDK-8338694, the VM asserts with "java -XX:-UseLibmIntrinsic -version", also with -Xint
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/mach5/mesos/work_dir/slaves/49f0d299-805f-43f1-8a74-e67c7385a574-S62/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/3d5f4b04-8147-4329-96cb-ce596b79ba0f/runs/fc965e5d-d78d-4582-b295-a76478b80e73/workspace/open/src/hotspot/cpu/x86/templateInterpreterGenerator_x86_64.cpp:469), pid=1627916, tid=1627917
# assert(StubRoutines::dtanh() != nullptr) failed: not initialized
#
# JRE version: (24.0+34) (fastdebug build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 24-ea+34-3630, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x184fb5e] TemplateInterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind)+0x1abe
Stack: [0x00007cd7be617000,0x00007cd7be717000], sp=0x00007cd7be7136a0, free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x184fb5e] TemplateInterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind)+0x1abe (templateInterpreterGenerator_x86_64.cpp:469)
V [libjvm.so+0x183ad88] TemplateInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind, bool) [clone .constprop.1]+0x98
V [libjvm.so+0x183c8d0] TemplateInterpreterGenerator::generate_all()+0x9d0
V [libjvm.so+0x1839c94] TemplateInterpreter::initialize_code()+0x94
V [libjvm.so+0xed3f13] interpreter_init_code()+0x13
V [libjvm.so+0xe970b3] init_globals2()+0x13
V [libjvm.so+0x1896db8] Threads::create_vm(JavaVMInitArgs*, bool*)+0x328
V [libjvm.so+0x101de34] JNI_CreateJavaVM+0x54
C [libjli.so+0x3c2f] JavaMain+0x8f
C [libjli.so+0x79b9] ThreadJavaMain+0x9
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/opt/mach5/mesos/work_dir/slaves/49f0d299-805f-43f1-8a74-e67c7385a574-S62/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/3d5f4b04-8147-4329-96cb-ce596b79ba0f/runs/fc965e5d-d78d-4582-b295-a76478b80e73/workspace/open/src/hotspot/cpu/x86/templateInterpreterGenerator_x86_64.cpp:469), pid=1627916, tid=1627917
# assert(StubRoutines::dtanh() != nullptr) failed: not initialized
#
# JRE version: (24.0+34) (fastdebug build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 24-ea+34-3630, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x184fb5e] TemplateInterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind)+0x1abe
Stack: [0x00007cd7be617000,0x00007cd7be717000], sp=0x00007cd7be7136a0, free space=1009k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x184fb5e] TemplateInterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind)+0x1abe (templateInterpreterGenerator_x86_64.cpp:469)
V [libjvm.so+0x183ad88] TemplateInterpreterGenerator::generate_method_entry(AbstractInterpreter::MethodKind, bool) [clone .constprop.1]+0x98
V [libjvm.so+0x183c8d0] TemplateInterpreterGenerator::generate_all()+0x9d0
V [libjvm.so+0x1839c94] TemplateInterpreter::initialize_code()+0x94
V [libjvm.so+0xed3f13] interpreter_init_code()+0x13
V [libjvm.so+0xe970b3] init_globals2()+0x13
V [libjvm.so+0x1896db8] Threads::create_vm(JavaVMInitArgs*, bool*)+0x328
V [libjvm.so+0x101de34] JNI_CreateJavaVM+0x54
C [libjli.so+0x3c2f] JavaMain+0x8f
C [libjli.so+0x79b9] ThreadJavaMain+0x9
- caused by
-
JDK-8338694 x86_64 intrinsic for tanh using libm
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/25680