RFR: 8309702: Exclude java/lang/ScopedValue/StressStackOverflow.java from JTREG_TEST_THREAD_FACTORY=Virtual runs

Alan Bateman alanb at openjdk.org
Fri Jun 9 08:02:45 UTC 2023


This test moved from test/jdk/jdk/incubator/concurrent to test/jdk/java/lang as part of the JEP 446 integration so it is running in a lot more configurations now. It's unstable in some configurations, including JTREG_TEST_THREAD_FACTORY=Virtual runs. The implementation may need more @DontInline/@ReservedStackAccess foo, or the test needs to made more stable. Need to temporarily exclude to reduce noise until the implementation or test is fixed.

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

Commit messages:
 - Initial commit

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

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


More information about the core-libs-dev mailing list