RFR: 8309702: Exclude java/lang/ScopedValue/StressStackOverflow.java from JTREG_TEST_THREAD_FACTORY=Virtual runs
Jaikiran Pai
jpai at openjdk.org
Fri Jun 9 08:28:40 UTC 2023
On Fri, 9 Jun 2023 07:51:03 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> 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.
Marked as reviewed by jpai (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14388#pullrequestreview-1471485459
More information about the core-libs-dev
mailing list