Integrated: 8329189: runtime/stack/Stack016.java fails on libgraal

Doug Simon dnsimon at openjdk.org
Wed Mar 27 17:50:25 UTC 2024


On Wed, 27 Mar 2024 13:31:56 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> [JDK-8328858](https://bugs.openjdk.org/browse/JDK-8328858) adjusted  `depthToTry` in all `runtime/stack/Stack0*.java` tests but did so incorrectly for `Stack016.java`. The `RESERVE` value is used both to initialize `depthToTry` as well as controlling stack space to reserve for testing nested StackOverflowError handling.

This pull request has now been integrated.

Changeset: 892b8bb6
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/892b8bb6d1725119e4c9ada8f2617c15f8af674e
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8329189: runtime/stack/Stack016.java fails on libgraal

Reviewed-by: never

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

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


More information about the hotspot-runtime-dev mailing list