Integrated: 8319781: RISC-V: Refactor UseRVV related checks
Hamlin Li
mli at openjdk.org
Wed Nov 15 09:54:43 UTC 2023
On Thu, 9 Nov 2023 10:30:41 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you review the patch to refactor the code related UseRVV checks?
> Thanks!
>
> There are some code (flag setting/checking) depending on UseRVV's value, these code should be refactored, especially after the change of https://bugs.openjdk.org/browse/JDK-8319408:
> 1. some code needs to get the final UseRVV's value rather than the initial value, e.g. ChaCha20 intrinsic.
> 2. refactored to be more readable.
> 3. also add note to make sure the future code get the final UseRVV value instead of inital value.
This pull request has now been integrated.
Changeset: fac6b516
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/fac6b51699d71440a38c24dfa1594476cb073873
Stats: 53 lines in 2 files changed: 21 ins; 29 del; 3 mod
8319781: RISC-V: Refactor UseRVV related checks
Reviewed-by: rehn, fyang
-------------
PR: https://git.openjdk.org/jdk/pull/16580
More information about the hotspot-dev
mailing list