RFR: 8358094: Test vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java still times out after JDK-8357282

Leonid Mesnik lmesnik at openjdk.org
Tue Jun 10 22:03:27 UTC 2025


On Sat, 7 Jun 2025 01:11:49 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

> The test intermittently times out due to deadlock between 2 monitors: one monitor is JVMTI raw monitor used by agents, another is in Java (`nsk_jvmti_aod_disableEventAndFinish` does upcall) See JBS issue for details.
> The fix updates agents to exit raw monitors before upcall.
> 
> Testing: no failures in 1000 runs

Marked as reviewed by lmesnik (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/25684#pullrequestreview-2915134513


More information about the serviceability-dev mailing list