RFR: 8286480: Remove the c1 getEventWriter() intrinsic to simplify post-Loom integration platform-porting efforts [v2]

Markus Grönlund mgronlun at openjdk.java.net
Tue May 10 15:02:30 UTC 2022


On Tue, 10 May 2022 14:55:33 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Markus Grönlund has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - missing comma
>>  - riscv
>
> src/hotspot/cpu/riscv/stubGenerator_riscv.cpp line 3770:
> 
>> 3768:     address the_pc = __ pc();
>> 3769:     jfr_prologue(the_pc, _masm, xthread);
>> 3770:     __ call_VM_leaf(CAST_FROM_FN_PTR(address, JfrIntrinsicSupport::write_checkpoint) 1);
> 
> Spot the missing comma. ;)

Haha, should have taken your patch :)

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

PR: https://git.openjdk.java.net/jdk/pull/8631


More information about the hotspot-jfr-dev mailing list