-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b23
-
riscv
-
linux
Currently, we do 11 instructions for real C2 runtime callouts (See riscv_enc_java_to_runtime). Seems we can materialize the pointer faster with `movptr2`, which will reduce 2 instructions. But we will need to reorder the calling sequence to make `t0` available for `movptr2`.
- links to
-
Commit(master) openjdk/jdk/cbda7580
-
Review(master) openjdk/jdk/21733