Integrated: 8307068: store a JavaThread* in the java.lang.Thread object after the JavaThread* is added to the main ThreadsList

Daniel D. Daugherty dcubed at openjdk.org
Sat May 13 14:44:53 UTC 2023


On Fri, 28 Apr 2023 17:09:55 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.

This pull request has now been integrated.

Changeset: ceca198e
Author:    Daniel D. Daugherty <dcubed at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ceca198ef21b9003492b456d87180d2f48774f73
Stats:     30 lines in 4 files changed: 21 ins; 5 del; 4 mod

8307068: store a JavaThread* in the java.lang.Thread object after the JavaThread* is added to the main ThreadsList

Reviewed-by: dholmes, rehn, apangin

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

PR: https://git.openjdk.org/jdk/pull/13723


More information about the hotspot-runtime-dev mailing list