[TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name

XMLWordPrintable

    • b20

        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.

              Assignee:
              Zhengyu Gu
              Reporter:
              Zhengyu Gu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: