Skip to content

Commit 9cfc03a

Browse files
committed
8340391: Windows jcmd System.map and System.dump_map tests failing
Reviewed-by: cjplummer
1 parent 6ff287a commit 9cfc03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/serviceability/dcmd/vm/SystemMapTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class SystemMapTestBase {
7878
private static final String winbase = range + space + someSize + space + winprot + space;
7979

8080
private static final String winimage = winbase + "c-img" + space + someNumber + space;
81-
private static final String wincommitted = winbase + "c-pvt" + space + someNumber + space;
81+
private static final String wincommitted = winbase + "(c-pvt|c-map)" + space + someNumber + space;
8282
private static final String winreserved = winbase + "r-pvt" + space + someNumber + space;
8383

8484
private static final String shouldMatchUnconditionally_windows[] = {

0 commit comments

Comments
 (0)