Integrated: 8305010: Test vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java timed out: thread not suspended

Alex Menkov amenkov at openjdk.org
Wed Dec 11 01:40:51 UTC 2024


On Wed, 4 Dec 2024 03:07:46 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> The PR fixes race in the test between ThreadStart/ThreadEnd callbacks and agent thread:
> The callbacks increments event counter and then do self-suspend;
> Agent thread waits when expected number of events is received, then performs verification and resumes the thread, but expected counter value does not mean the threads are suspended.

This pull request has now been integrated.

Changeset: 2ddaa460
Author:    Alex Menkov <amenkov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2ddaa460545e043008aaf0b7ce33191b7c588833
Stats:     38 lines in 1 file changed: 36 ins; 0 del; 2 mod

8305010: Test vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java timed out: thread not suspended

Reviewed-by: cjplummer, lmesnik, sspitsyn

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

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


More information about the serviceability-dev mailing list