On Wed, 4 Dec 2024 03:07:46 GMT, Alex Menkov <amen...@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 <amen...@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