RFR: 8308986: Disable svc tests failing with virtual thread factory [v2]
Leonid Mesnik
lmesnik at openjdk.org
Tue May 30 20:35:05 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 one additional commit since the last revision:
more tests excluded.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/14193/files
- new: https://git.openjdk.org/jdk/pull/14193/files/5ed56e68..2c068101
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=14193&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=14193&range=00-01
Stats: 13 lines in 2 files changed: 9 ins; 0 del; 4 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