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

dynamicArchive/RelativePath.java is running other test case

XMLWordPrintable

    • b19

        The problem is due to the runTest statement below:
             public static void main(String[] args) throws Exception {
                 runTest(AppendClasspath::testDefaultBase);
             }

        It should be:
            runTest(RelativePath::testDefaultBase);

              matsaave Matias Saavedra Silva
              ccheung Calvin Cheung
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: