RFR: 8330806: test/hotspot/jtreg/compiler/c1/TestLargeMonitorOffset.java fails on ARM32
Aleksei Voitylov
avoitylov at openjdk.org
Mon Apr 22 14:26:58 UTC 2024
TestLargeMonitorOffset was introduced by 8310844 with a fix for the AArch64 platform. The same issue needs to be fixed for ARM32. With this change, we add the large slot_offset handling to the ARM32 version of IR_Assembler::osr_entry().
Testing: jtreg hotspot, jtreg jdk tier1-3.
-------------
Commit messages:
- JDK-8330806
Changes: https://git.openjdk.org/jdk/pull/18891/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18891&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8330806
Stats: 8 lines in 1 file changed: 6 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/18891.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18891/head:pull/18891
PR: https://git.openjdk.org/jdk/pull/18891
More information about the hotspot-compiler-dev
mailing list