We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca86da commit 36e5ad6Copy full SHA for 36e5ad6
test/hotspot/jtreg/runtime/os/TestTracePageSizes.java
@@ -103,7 +103,7 @@ public class TestTracePageSizes {
103
private static void parseSmaps() throws Exception {
104
String smapsPatternString = "(\\w+)-(\\w+).*?" +
105
"KernelPageSize:\\s*(\\d*) kB.*?" +
106
- "VmFlags: ([\\w ]*)";
+ "VmFlags: ([\\w\\? ]*)";
107
Pattern smapsPattern = Pattern.compile(smapsPatternString, Pattern.DOTALL);
108
Scanner smapsScanner = new Scanner(new File("/proc/self/smaps"));
109
// Find all memory segments in the smaps-file.
0 commit comments