RFR: 8318086: [jvmci] RISC-V: Reuse target config from TargetDescription

Fei Yang fyang at openjdk.org
Fri Oct 13 15:02:26 UTC 2023


On Fri, 13 Oct 2023 11:42:51 GMT, Feilong Jiang <fjiang at openjdk.org> wrote:

> Hi, please review this cleanup. 
> 
> [JDK-8262901](https://bugs.openjdk.org/browse/JDK-8262901) moved `linuxOs` and `macOs` from AArch64HotSpotVMConfig.java into TargetDescription.java, we can reuse `linuxOs` for RISC-V.
> 
> Testing:
> 
> - [x] `compiler/jvmci` with linux-riscv release build

Marked as reviewed by fyang (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/16181#pullrequestreview-1676689267


More information about the hotspot-compiler-dev mailing list