RFR: 8308986: Disable svc tests failing with virtual thread factory

Leonid Mesnik lmesnik at openjdk.org
Sat May 27 20:49:13 UTC 2023


Disable test
java/util/concurrent/locks/Lock/OOMEInAQS.java
Test provokes OOME and might catch it in an unexpected location. It looks like an issue similar to https://bugs.openjdk.org/browse/JDK-8298066. However, generally the OOME might be thrown mount/umount or in unparker thread. There are no plans to fix such tests to be able to pass with virtual threads now. 

Also, disable
mTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/TestDescription.java
vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/TestDescription.java
because of https://bugs.openjdk.org/browse/JDK-8308985

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

Commit messages:
 - 8308986: Disable svc tests failing with virtual thread factory

Changes: https://git.openjdk.org/jdk/pull/14193/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14193&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308986
  Stats: 3 lines in 2 files changed: 3 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/14193.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14193/head:pull/14193

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


More information about the serviceability-dev mailing list