On Thu, 2 Mar 2023 16:22:24 GMT, Amit Kumar <d...@openjdk.org> wrote:
> This PR adds StressStackOverflow.java test to ProblemList. The feature Scope > Value is not yet implemented on s390x-arch which is Incubating state. > Whenever fix will be given to > [JDK-8303498](https://bugs.openjdk.org/browse/JDK-8303498) then we will > remove it. Marked as reviewed by alanb (Reviewer). If scoped values aren't implemented on s390x then I would expect several other tests to fail, e.g. ScopeValueAPI.java, ManyBindings.java, StructuredTaskScope/WithScopedValue.java, ThreadFlock/WithScopedValue.java. So I suspect something else is going on here. Maybe it's stack overflow handling? ------------- PR: https://git.openjdk.org/jdk/pull/12834