RFR: 8324304: RISC-V: add hw probe flags
Hamlin Li
mli at openjdk.org
Wed Jan 24 11:06:38 UTC 2024
On Mon, 22 Jan 2024 15:10:53 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this simple patch to add hw probe flags?
> Thanks!
>
> Per https://github.com/torvalds/linux/blob/master/arch/riscv/include/uapi/asm/hwprobe.h, several extensions were already added in kernel code, we have several intrinsics or funtionalities depends on these extension, it's ready to add these hw probe flags already used in jdk into jdk code.
It makes sense, removed UPDATE_DEFAULT for these extensions.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17519#issuecomment-1907902437
More information about the hotspot-runtime-dev
mailing list