RFR: 8303499: [s390x] ProblemList StressStackOverflow

Alan Bateman alanb at openjdk.org
Fri Mar 3 08:22:00 UTC 2023


On Thu, 2 Mar 2023 16:22:24 GMT, Amit Kumar <duke at 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


More information about the core-libs-dev mailing list