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

Leonid Mesnik lmesnik at openjdk.org
Sat Dec 7 17:58:39 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.

Marked as reviewed by lmesnik (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/22532#pullrequestreview-2486662291


More information about the serviceability-dev mailing list