RFR: 8334215: serviceability/dcmd/thread/PrintMountedVirtualThread.java failing with JTREG_TEST_THREAD_FACTORY=Virtual [v4]
Alan Bateman
alanb at openjdk.org
Wed Jun 19 08:02:11 UTC 2024
On Wed, 19 Jun 2024 07:31:41 GMT, David Holmes <dholmes at openjdk.org> wrote:
> I don't follow. We have checked vt is not null and not the carrier, so we do have it.
My comment was about the case where the thread dump happens during a transition so sees the self-reference. In the loom repo the JavaThread has the thread ID of the mounted virtual thread so it can support this case, it doesn't need this check. So improvements in the future when the changes get the main line.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19744#issuecomment-2178017992
More information about the serviceability-dev
mailing list