-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8273886 | 11.0.14-oracle | Dukebot | P4 | Resolved | Fixed | b01 |
JDK-8274455 | 11.0.14 | Zhengyu Gu | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8273886 [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name
-
- Resolved
-
-
JDK-8274455 [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name
-
- Resolved
-