On Sun, 25 May 2025 15:37:42 GMT, Markus Grönlund <mgron...@openjdk.org> wrote:
>> 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. I removed the assignment. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25302#discussion_r2106860624