On Wed, 4 Jun 2025 13:51:31 GMT, Patricio Chilano Mateo <pchilanom...@openjdk.org> wrote:
>> Johannes Bechberger has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix build > > src/hotspot/share/jfr/periodic/sampling/jfrCPUTimeThreadSampler.cpp line 59: > >> 57: Thread* raw_thread = Thread::current_or_null_safe(); >> 58: if (raw_thread == nullptr) { >> 59: // probably while shutting down > > Do you remember which test fail because of this? It would be interesting to > know, since I don’t see how it could be null here. I just ran the renaissance benchmark with https://github.com/parttimenerd/basic-profiler-tests for a few hours. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/25302#discussion_r2126728665