test/hotspot/jtreg/runtime/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java
changeset 54927 1512d88b24c6
parent 52596 dfa02b3f728c
--- a/test/hotspot/jtreg/runtime/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java	Fri May 17 10:48:02 2019 -0400
+++ b/test/hotspot/jtreg/runtime/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java	Fri May 17 08:29:55 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -105,7 +105,7 @@
         if (!TestCommon.isUnableToMap(output)) {
             output.shouldHaveExitValue(0);
             output.shouldContain(errorMessage);
-            output.shouldMatch(".class.load. Hello source:.*DumpingWithJavaAgent.jar");
+            output.shouldMatch(".class.load.* Hello source:.*DumpingWithJavaAgent.jar");
 
         // CDS dumping with a java agent without the AllowArchvingWithJavaAgent diagnostic option.
         // VM will exit with an error message.
@@ -116,4 +116,3 @@
             .shouldHaveExitValue(1);
     }
 }
-