RFR: 8342818: Implement JEP 509: JFR CPU-Time Profiling [v5]

Markus Grönlund mgronlun at openjdk.org
Sun May 25 15:42:53 UTC 2025


On Sun, 25 May 2025 15:36:59 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> Johannes Bechberger has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix compilation
>
> src/hotspot/share/jfr/periodic/sampling/jfrThreadSampling.cpp line 168:
> 
>> 166:   assert(jt != nullptr, "invariant");
>> 167: 
>> 168:   biased = false;
> 
> Can be moved after the has_last_Java_frame() check.

Alternatively its not needed, as it is initialized by the caller.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25302#discussion_r2106236016


More information about the hotspot-jfr-dev mailing list