RFR: 8278415: [TESTBUG] vmTestbase/nsk/stress/stack/stack018.java fails with "java.lang.Error: TEST_RFE"

Xin Liu xliu at openjdk.java.net
Fri Dec 10 18:50:16 UTC 2021


On Wed, 8 Dec 2021 14:42:17 GMT, Evgeny Astigeevich <duke at openjdk.java.net> wrote:

> Fix `vmTestbase/nsk/stress/stack/stack018.java` to have `maxDepth` equal to `STEP(100)` if the depth `STEP` causes stack overflow.
> 
> Testing: `vmTestbase/nsk/stress/stack/stack018.java`
> - `fastdebug` build: Passed.
> - `release` build: Passed.

I see. This is a corner case. If stack size is very small, it may throw the exception in its first trial.

Lgtm

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

PR: https://git.openjdk.java.net/jdk/pull/6767


More information about the hotspot-runtime-dev mailing list