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

Boris Ulasevich bulasevich at openjdk.org
Fri Jun 24 10:56:24 UTC 2022


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()

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

Commit messages:
 - 8289044: ARM32: missing LIR_Assembler::cmove metadata type support

Changes: https://git.openjdk.org/jdk19/pull/67/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk19&pr=67&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8289044
  Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk19/pull/67.diff
  Fetch: git fetch https://git.openjdk.org/jdk19 pull/67/head:pull/67

PR: https://git.openjdk.org/jdk19/pull/67


More information about the hotspot-compiler-dev mailing list