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

Kim Barrett kbarrett at openjdk.org
Tue Oct 7 08:41:45 UTC 2025


On Tue, 7 Oct 2025 08:28:10 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> And why can't you put `List` before that line?
>
> 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.

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

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


More information about the hotspot-runtime-dev mailing list