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
Wed May 3 20:49:18 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().
@robehn - Any chance you are around for a re-review?
@coleenp - Any chance you can review this part since you already reviewed JDK-8307067?
@apangin - You looked at this fix when it was part of https://github.com/openjdk/jdk/pull/13519. Any chance you can take another look?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13723#issuecomment-1533726046
More information about the hotspot-runtime-dev
mailing list