Skip to content

Commit

Permalink
8346248: serviceability/dcmd/vm/{SystemMapTest.java,SystemMapTest.jav…
Browse files Browse the repository at this point in the history
…a} failing on macos-aarch64

Reviewed-by: eosterlund
  • Loading branch information
stefank committed Dec 16, 2024
1 parent dbffe33 commit 45a3297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private static class MacOSPatterns implements MapPatterns {

static final String macow = "cow";
static final String macprivate = "pvt";
static final String macprivate_or_shared = "(pvt|tsh-shared)";
static final String macprivate_or_shared = "(pvt|tsh)";
static final String macprivatealiased = "p/a";

static final String macOSbase = range + space + someSize + space + macprot + space;
Expand Down

0 comments on commit 45a3297

Please sign in to comment.