except011:
private static final String className = "nsk.stress.except.except011.except011oops";
should be
private static final String className = "nsk.stress.except.except011oops";
Test passes for most GC, due to quick Java Heap OOM, and yes, it passes when OOM.
However, Shenandoah refuses to OOM, that triggers this bug.
private static final String className = "nsk.stress.except.except011.except011oops";
should be
private static final String className = "nsk.stress.except.except011oops";
Test passes for most GC, due to quick Java Heap OOM, and yes, it passes when OOM.
However, Shenandoah refuses to OOM, that triggers this bug.