RFR: 8289044: ARM32: missing LIR_Assembler::cmove metadata type support

Aleksey Shipilev shade at openjdk.org
Fri Jun 24 09:39:54 UTC 2022


On Thu, 23 Jun 2022 09:20:43 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:

> Fixing ARM32 jtreg fails:
> - compiler/floatingpoint/TestFloatJNIArgs.java
> - runtime/logging/MonitorMismatchTest.java.MonitorMismatchTest
> 
> 
> # A fatal error has been detected by the Java Runtime Environment:
> #
> # Internal Error (c1_LIRAssembler_arm.cpp:1482), pid=21156, tid=21171
> # Error: ShouldNotReachHere()

Looks fine. But since the triggering change (JDK-8288303) was delivered in JDK 19, this PR should be against JDK 19.

-------------

PR: https://git.openjdk.org/jdk/pull/9258


More information about the hotspot-compiler-dev mailing list