RFR: 8324304: RISC-V: add hw probe flags [v4]
Hamlin Li
mli at openjdk.org
Sun Jan 28 09:28:47 UTC 2024
> 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.
Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
add flags only without enablement
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17519/files
- new: https://git.openjdk.org/jdk/pull/17519/files/d36002ee..731e86fc
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17519&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17519&range=02-03
Stats: 25 lines in 1 file changed: 25 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/17519.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17519/head:pull/17519
PR: https://git.openjdk.org/jdk/pull/17519
More information about the hotspot-runtime-dev
mailing list