RFR: 8308986: Disable svc tests failing with virtual thread factory [v3]

Leonid Mesnik lmesnik at openjdk.org
Wed May 31 00:15:59 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

Leonid Mesnik has updated the pull request incrementally with two additional commits since the last revision:

 - one more test added.
 - comment fixed.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14193/files
  - new: https://git.openjdk.org/jdk/pull/14193/files/2c068101..004ac706

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=14193&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14193&range=01-02

  Stats: 2 lines in 2 files changed: 1 ins; 0 del; 1 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