Integrated: 8361449: RISC-V: Code cleanup for native call

Dingli Zhang dzhang at openjdk.org
Mon Jul 14 11:58:49 UTC 2025


On Mon, 7 Jul 2025 02:30:48 GMT, Dingli Zhang <dzhang at openjdk.org> wrote:

> Hi, please consider this code cleanup change for native call.
> 
> This removes the address parameter for NativeCall::reloc_destination and NativeFarCall::reloc_destination.
> This also removes several unnecessary code blob related runtime checks turning them into assertions.
> 
> ### Testing
> * [x]  hs:tier1 - hs:tier3 tested with linux-riscv64 fastdebug build

This pull request has now been integrated.

Changeset: 5edd5465
Author:    Dingli Zhang <dzhang at openjdk.org>
Committer: Feilong Jiang <fjiang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5edd546585d66f52c2e894ed212ee67945fe0785
Stats:     39 lines in 3 files changed: 4 ins; 10 del; 25 mod

8361449: RISC-V: Code cleanup for native call

Reviewed-by: fyang, fjiang

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

PR: https://git.openjdk.org/jdk/pull/26150


More information about the hotspot-compiler-dev mailing list