RFR: 8329189: runtime/stack/Stack016.java fails on libgraal
Doug Simon
dnsimon at openjdk.org
Wed Mar 27 17:50:24 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.
Thanks for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18511#issuecomment-2023412248
More information about the hotspot-runtime-dev
mailing list