16 Jan
2022
16 Jan
'22
3:06 a.m.
On Sat, 15 Jan 2022 03:15:44 GMT, Yadong Wang <yadongwang@openjdk.org> wrote:
Testing observed a few failures after JDK-8278387. On RISC-V, we followed JDK-8278489: The reason for the failures is in the native-wrappers, in the +UseHeavyMonitors paths, we don't preserve the result register after the native call.
Hotspot/jdk tier1 passed on the unmatched with -XX:+UseHeavyMonitors, and all jtregs were tested on Qemu without new failures.
Approved. ------------- Marked as reviewed by fyang (Lead). PR: https://git.openjdk.java.net/riscv-port/pull/46