RFR: 8377225: RISC-V: Improve receiver type profiling reliability [v2]
Anjian Wen
wenanjian at openjdk.org
Mon Feb 9 21:38:57 UTC 2026
On Mon, 9 Feb 2026 03:00:14 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> Anjian Wen has updated the pull request incrementally with three additional commits since the last revision:
>>
>> - update some function format
>> - update commit again
>> - update some comments
>
> src/hotspot/cpu/riscv/c1_LIRAssembler_riscv.cpp line 1045:
>
>> 1043:
>> 1044: void LIR_Assembler::type_profile_helper(Register mdo, ciMethodData *md, ciProfileData *data,
>> 1045: Register recv) {
>
> Similar here:
>
> void LIR_Assembler::type_profile_helper(Register mdo, ciMethodData *md,
> ciProfileData *data, Register recv) {
fixed!
> src/hotspot/cpu/riscv/c1_LIRAssembler_riscv.hpp line 59:
>
>> 57: void type_profile_helper(Register mdo,
>> 58: ciMethodData *md, ciProfileData *data,
>> 59: Register recv);
>
> Minor suggestion about code style:
>
>
> void type_profile_helper(Register mdo, ciMethodData *md,
> ciProfileData *data, Register recv);
Thanks, fixed!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29310#discussion_r2780382339
PR Review Comment: https://git.openjdk.org/jdk/pull/29310#discussion_r2780382164
More information about the hotspot-dev
mailing list