We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff287a commit 9cfc03aCopy full SHA for 9cfc03a
test/hotspot/jtreg/serviceability/dcmd/vm/SystemMapTestBase.java
@@ -78,7 +78,7 @@ public class SystemMapTestBase {
78
private static final String winbase = range + space + someSize + space + winprot + space;
79
80
private static final String winimage = winbase + "c-img" + space + someNumber + space;
81
- private static final String wincommitted = winbase + "c-pvt" + space + someNumber + space;
+ private static final String wincommitted = winbase + "(c-pvt|c-map)" + space + someNumber + space;
82
private static final String winreserved = winbase + "r-pvt" + space + someNumber + space;
83
84
private static final String shouldMatchUnconditionally_windows[] = {
0 commit comments