RFR: 8284233: serviceability/jvmti/vthread/InterruptThreadTest/InterruptThreadTest.java failing in loom repo

Serguei Spitsyn sspitsyn at openjdk.java.net
Mon Apr 25 10:36:17 UTC 2022


The test has a lack of synchronization.
The fix is to wait for target virtual thread reaching the desired state of execution.
The fix is being tested with 100 of mach5 test runs on all platforms.

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

Commit messages:
 - fix trailing space
 - 8284233: serviceability/jvmti/vthread/InterruptThreadTest/InterruptThreadTest.java failing in loom repo

Changes: https://git.openjdk.java.net/loom/pull/169/files
 Webrev: https://webrevs.openjdk.java.net/?repo=loom&pr=169&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8284233
  Stats: 11 lines in 1 file changed: 9 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/loom/pull/169.diff
  Fetch: git fetch https://git.openjdk.java.net/loom pull/169/head:pull/169

PR: https://git.openjdk.java.net/loom/pull/169


More information about the loom-dev mailing list