test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
changeset 51418 45d1f2ec5342
parent 51287 7b1ddbafa134
child 51946 7bd8d6b011c9
--- a/test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java	Tue Aug 14 20:46:46 2018 -0700
+++ b/test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java	Wed Aug 15 19:22:46 2018 -0700
@@ -201,6 +201,7 @@
             .get();
         stringWithLocation = stringWithLocation.substring(stringWithLocation
             .indexOf(LOCATIONS_STRING) + LOCATIONS_STRING.length());
+        System.out.println("getCoreFileLocation found stringWithLocation = " + stringWithLocation);
         String coreWithPid;
         if (stringWithLocation.contains("or ")) {
             Matcher m = Pattern.compile("or.* ([^ ]+[^\\)])\\)?").matcher(stringWithLocation);