-
Bug
-
Resolution: Fixed
-
P1
-
24
-
b17
-
ppc, s390x
The build runs into the following error on PPC64:
jdk/src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp:1089
Error: ShouldNotReachHere()
TemplateInterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind)
The new Interpreter::java_lang_math_tanh introduced byJDK-8338694 is not yet handled.
jdk/src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp:1089
Error: ShouldNotReachHere()
TemplateInterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind)
The new Interpreter::java_lang_math_tanh introduced by
- relates to
-
JDK-8338694 x86_64 intrinsic for tanh using libm
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/1b9898a4
-
Review(master) openjdk/jdk/21168