< prev index next >

test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesGeneralTest.java

Print this page
*** 99,9 ***
              .addPrefix("-cp", jars, "-Xlog:class+load,cds=debug", verifyOpt)
              .setArchiveName(archiveName)
              .setUseVersion(false)
              .addSuffix(mainClass, testPackageName + "." + testClassName);
          output = CDSTestUtils.runWithArchive(runOpts);
!         output.shouldMatch(".class.load. test.java.lang.invoke.MethodHandlesGeneralTest[$][$]Lambda.*/0x.*source:.*shared.*objects.*file")
!               .shouldHaveExitValue(0);
      }
  }
--- 99,10 ---
              .addPrefix("-cp", jars, "-Xlog:class+load,cds=debug", verifyOpt)
              .setArchiveName(archiveName)
              .setUseVersion(false)
              .addSuffix(mainClass, testPackageName + "." + testClassName);
          output = CDSTestUtils.runWithArchive(runOpts);
!         // FIXME:leyden-premain : we disabled archived Lambda proxy classes due to JDK-8307468
!         // output.shouldMatch(".class.load. test.java.lang.invoke.MethodHandlesGeneralTest[$][$]Lambda.*/0x.*source:.*shared.*objects.*file")
+         //      .shouldHaveExitValue(0);
      }
  }
< prev index next >