RFR: 8369250: Assess and remedy any unsafe usage of the Semaphore used by NonJavaThread::List

Stefan Karlsson stefank at openjdk.org
Tue Oct 7 08:53:47 UTC 2025


On Tue, 7 Oct 2025 08:39:35 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> OK. I see now.
>
> It might be necessary to make `_the_list` be a file scoped variable rather
> than class scoped, to avoid needing to expose things in the header.

Hmm. This seems to compile on my mac at least:
https://github.com/openjdk/jdk/compare/master...stefank:jdk:pull_27664_alternative

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27664#discussion_r2409892353


More information about the hotspot-runtime-dev mailing list