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

Boris Ulasevich bulasevich at openjdk.org
Thu Jun 23 09:29:18 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/jdk/pull/9258/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9258&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/jdk/pull/9258.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9258/head:pull/9258

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


More information about the hotspot-compiler-dev mailing list