Integrated: 8296975: RISC-V: Enable UseRVA20U64 profile by default

Xiaolin Zheng xlinzheng at openjdk.org
Thu Nov 17 13:48:28 UTC 2022


On Tue, 15 Nov 2022 04:05:35 GMT, Xiaolin Zheng <xlinzheng at openjdk.org> wrote:

> The main purpose is to turn the option `UseRVC` on by default before JDK20 RDP 1. As per discussions [1], we can enable `UseRVA20U64`[2] by default to fulfill this.
> 
> 
>> build/linux-riscv64-server-fastdebug/images/jdk/bin/java -XX:+PrintFlagsFinal -version | grep -E "UseRVC|UseRVA20U64"
>      bool UseRVA20U64                              = true                                 {ARCH product} {default}
>      bool UseRVC                                   = true                                 {ARCH product} {default}
> openjdk version "20-internal" 2023-03-21
> OpenJDK Runtime Environment (fastdebug build 20-internal-adhoc..jdk)
> OpenJDK 64-Bit Server VM (fastdebug build 20-internal-adhoc..jdk, mixed mode)
> 
> 
> [1] https://mail.openjdk.org/pipermail/riscv-port-dev/2022-November/000668.html
> [2] https://github.com/openjdk/jdk/blob/873eccde01895de06e2216f6838d52d07188addd/src/hotspot/cpu/riscv/vm_version_riscv.cpp#L39-L44
> 
> Thanks,
> Xiaolin

This pull request has now been integrated.

Changeset: 38eb80d4
Author:    Xiaolin Zheng <xlinzheng at openjdk.org>
Committer: Vladimir Kempik <vkempik at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/38eb80d4d89cf45cd0c8422525121dcb62a1e999
Stats:     8 lines in 2 files changed: 6 ins; 1 del; 1 mod

8296975: RISC-V: Enable UseRVA20U64 profile by default

Reviewed-by: fyang, vkempik

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

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


More information about the hotspot-dev mailing list