RFR: 8318218: RISC-V: C2 CompressBits

Hamlin Li mli at openjdk.org
Thu Nov 2 17:34:03 UTC 2023


On Thu, 2 Nov 2023 16:50:50 GMT, Hamlin Li <mli at openjdk.org> wrote:

> Hi,
> Can you review the change to add intrinsic for CompressBits for Long & Integer?
> Thanks!
> 
> ## Test
> pass jtreg test:
> test/jdk/java/lang/CompressExpand*.java

I made a mistake, UseRVVForCompressBitsIntrinsics is only defined in riscv global.hpp.
I think I can resolve the issue by defining it in global global.hpp, but seems it's not a good idea either.
Any suggestions?

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

PR Comment: https://git.openjdk.org/jdk/pull/16481#issuecomment-1791218549


More information about the hotspot-dev mailing list