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:30:54 UTC 2025
On Tue, 7 Oct 2025 08:22:10 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> IIUC given the declaration:'
>>
>> static DeferredStatic<List> _the_list;
>>
>> the compiler must be able to see that `List` has an `initialize` method.
>
> And why can't you put `List` before that line?
OK. I see now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27664#discussion_r2409832390
More information about the hotspot-runtime-dev
mailing list