Integrated: 8215948: [TESTBUG] gtest pseudo-JavaThreads could be more regular JavaThreads

David Holmes dholmes at openjdk.java.net
Wed Jul 14 01:08:16 UTC 2021


On Wed, 7 Jul 2021 07:03:55 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Please review this change to the gtest infrastructure that makes the test JavaThreads more regular JavaThreads, with the same lifecycle methods and having a regular j.l.Thread object.
> 
> One test had to be modified slightly to create and start the threads outside of a code region where a Mutex is held.
> 
> Testing: tiers 1-3, GHA
> 
> Thanks,
> David

This pull request has now been integrated.

Changeset: 770e2aa3
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/770e2aa3c6a2bbbc578e60dc2b11300344863e70
Stats:     108 lines in 2 files changed: 43 ins; 38 del; 27 mod

8215948: [TESTBUG] gtest pseudo-JavaThreads could be more regular JavaThreads

Reviewed-by: coleenp, pchilanomate

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

PR: https://git.openjdk.java.net/jdk/pull/4704


More information about the hotspot-dev mailing list