On Sun, 25 May 2025 15:36:59 GMT, Markus Grönlund <mgron...@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