Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8213707

[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.

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

                Created:
                Updated:
                Resolved: