Integrated: 8341101: [ARM32] Error: ShouldNotReachHere() in TemplateInterpreterGenerator::generate_math_entry after 8338694
Boris Ulasevich
bulasevich at openjdk.org
Fri Sep 27 23:14:43 UTC 2024
On Fri, 27 Sep 2024 17:17:09 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:
> [JDK-8338694](https://bugs.openjdk.org/browse/JDK-8338694) introduced Interpreter::java_lang_math_tanh which needs to be handled by the interpreter. Since the intrinsic is not implemented for ARM32, it should be implicitly skipped it in the TemplateInterpreterGenerator::generate_math_entry to avoid ShouldNotReachHere.
This pull request has now been integrated.
Changeset: ed140f5d
Author: Boris Ulasevich <bulasevich at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ed140f5d5e2dec1217e2efbee815d84306de0563
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8341101: [ARM32] Error: ShouldNotReachHere() in TemplateInterpreterGenerator::generate_math_entry after 8338694
Reviewed-by: shade
-------------
PR: https://git.openjdk.org/jdk/pull/21228
More information about the hotspot-dev
mailing list