RFR: 8286367: riscv: riscv port is broken after JDK-8284161
Coleen Phillimore
coleenp at openjdk.java.net
Tue May 10 00:28:47 UTC 2022
On Mon, 9 May 2022 13:02:36 GMT, Yadong Wang <yadongwang at openjdk.org> wrote:
> [JDK-8284161](https://bugs.openjdk.java.net/browse/JDK-8284161) implements a preview version of virtual threads on x86_64 and aarch64, and riscv port is broken everywhere. The initial patch is required to make everything on riscv work without "--enable-preview".
>
> Hotspot/jdk tier1 and all jtreg cases have been tested on Unmatched and Qemu respectively without new failures, except for the "-enable-preview" ones.
The parts of this that I know look good to me. Thank you for fixing this.
-------------
Marked as reviewed by coleenp (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8595
More information about the hotspot-dev
mailing list