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

mvlm test correctBootstrap fails on Jake with old -Xpatch

XMLWordPrintable

      The test fails on Jake because correctBootstrap.cfg uses old version of -Xpatch:

                           ...
      if [ "$IS_JIGSAW" = "true" ]; then
          JAVA_OPTS=${JAVA_OPTS} -Xpatch:${TESTBASE}/bin/classes
                          ...

      The correct -Xpatch is:

      if [ "$IS_JIGSAW" = "true" ]; then
          JAVA_OPTS=${JAVA_OPTS} -Xpatch:java.base=${TESTBASE}/bin/classes/java.base
               ...

            gtriantafill George Triantafillou (Inactive)
            hseigel Harold Seigel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: