< prev index next >

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

Print this page
@@ -89,11 +89,11 @@
  
                  @Override
                  public void checkExecution(OutputAnalyzer out, RunMode runMode) throws Exception {
                      out.shouldHaveExitValue(0);
                      if (runMode.isProductionRun()) {
-                         out.shouldMatch(".class.load. test.java.lang.invoke." + testClassName +
+                         out.shouldMatch(".class.load.* test.java.lang.invoke." + testClassName +
                                          "[$][$]Lambda.*/0x.*source:.*shared.*objects.*file");
                      }
                  }
              };
  
< prev index next >