mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-05 11:15:13 +00:00
8370578: SystemMapTest.java#normal fails intermittendly on macOS aarch64
Reviewed-by: cjplummer, sspitsyn, stuefe
This commit is contained in:
parent
e8a1a8707e
commit
05efc1fa99
@ -179,7 +179,8 @@ public class SystemMapTestBase {
|
||||
|
||||
static final String macow = "cow";
|
||||
static final String macprivate = "pvt";
|
||||
static final String macprivate_or_shared = "(pvt|tsh|cow|p/a)";
|
||||
static final String macprivate_or_shared = "(pvt|shr)";
|
||||
static final String macmem = "(pvt|tsh|cow|p/a)";
|
||||
static final String macprivatealiased = "p/a";
|
||||
|
||||
static final String macOSbase = range + space + someSize + space + macprot + space;
|
||||
@ -187,8 +188,11 @@ public class SystemMapTestBase {
|
||||
static final String shouldMatchUnconditionally_macOS[] = {
|
||||
// java launcher
|
||||
macOSbase + macow + space + someNumber + space + "/.*/bin/java",
|
||||
// we should see the hs-perf data file, and it should appear as shared as well as committed
|
||||
macOSbase + macprivate + space + someNumber + space + ".*/.*/hsperfdata_.*"
|
||||
/*
|
||||
* We should see the hs-perf data file, and it should appear as shared as well as committed.
|
||||
* In the jtreg tests this segment appears private.
|
||||
*/
|
||||
macOSbase + macprivate_or_shared + space + someNumber + space + ".*/.*/hsperfdata_.*"
|
||||
};
|
||||
|
||||
static final String shouldMatch_macOS_libjvm[] = {
|
||||
@ -198,7 +202,7 @@ public class SystemMapTestBase {
|
||||
|
||||
static final String shouldMatchIfNMTIsEnabled_macOS[] = {
|
||||
// heap is private with G1GC, shared with ZGC
|
||||
macOSbase + macprivate_or_shared + space + someNumber + space + "JAVAHEAP.*",
|
||||
macOSbase + macmem + space + someNumber + space + "JAVAHEAP.*",
|
||||
// metaspace
|
||||
macOSbase + macprivate + space + someNumber + space + "META.*",
|
||||
// code cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user