RFR: 8307068: store a JavaThread* in the java.lang.Thread object after the JavaThread* is added to the main ThreadsList [v4]
Daniel D. Daugherty
dcubed at openjdk.org
Tue May 2 21:02:16 UTC 2023
On Tue, 2 May 2023 20:54:21 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> A small fix to store a JavaThread* in the java.lang.Thread object after the JavaThread*
>> is added to the main ThreadsList. Also adds the following:
>> - `java_lang_Thread::thread_acquire()`
>> - `java_lang_Thread::release_set_thread()`
>>
>> And uses them on an as-needed basis.
>
> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
>
> dholmes CR - update comments and switch from java_lang_Thread::set_thread() to release_set_thread().
This fix was tested with Mach5 Tier[1-8] when it was part of:
https://github.com/openjdk/jdk/pull/13519
and is also being tested with Mach5 Tier[1-8] combined with
the fix from JDK-8307067 and what remains in JDK-8305670.
I suppose there isn't any way to give @robehn credit for his reviews when this
fix was part of https://github.com/openjdk/jdk/pull/13519.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13723#issuecomment-1532141171
PR Comment: https://git.openjdk.org/jdk/pull/13723#issuecomment-1532143152
More information about the hotspot-runtime-dev
mailing list