RFR: 8319716: RISC-V: Add SHA-2 [v4]

Ludovic Henry luhenry at openjdk.org
Fri Dec 15 14:46:43 UTC 2023


On Fri, 15 Dec 2023 14:06:04 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

> This stubroutine should be inlined via "LibraryCallKit::try_to_inline", meaning there is no call here.

It is not inlined because it's a stub. If it were to be inlined (which it shouldn't given how big it is), it should be declared in `macroAssembler_riscv.*` with the corresponding C2 Node.

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

PR Comment: https://git.openjdk.org/jdk/pull/16562#issuecomment-1857994269


More information about the hotspot-dev mailing list