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

Goetz Lindenmaier goetz at openjdk.org
Wed Jul 19 06:44:48 UTC 2023


On Mon, 17 Jul 2023 09:14:25 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 17.0.9-oracle.
> 
> I had to resolve almost all of this change.
> One of the reason is that JavaThread is in thread.cpp in 17, 
> but in a file of it's own in head.
> All differences should be in the context, though. 
> The code could be applied unchanged.

This pull request has now been integrated.

Changeset: 86e88878
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/86e88878f4164bc7bf9cfd4f1812cbab6c7ceb53
Stats:     29 lines in 4 files changed: 20 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: phh
Backport-of: ceca198ef21b9003492b456d87180d2f48774f73

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1587


More information about the jdk-updates-dev mailing list