8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
Reviewed-by: stuefe, lucy
This commit is contained in:
parent
81a0d1ba03
commit
c703d29042
@ -49,8 +49,8 @@ public class SystemMapTestBase {
|
||||
regexBase_committed + "/bin/java",
|
||||
// libjvm
|
||||
regexBase_committed + "/lib/.*/libjvm.so",
|
||||
// vdso library, should be part of all user space apps on all architectures OpenJDK supports.
|
||||
regexBase_committed + "\\[vdso\\]",
|
||||
// heap segment, should be part of all user space apps on all architectures OpenJDK supports.
|
||||
regexBase_committed + "\\[heap\\]",
|
||||
// we should see the hs-perf data file, and it should appear as shared as well as committed
|
||||
regexBase_shared_and_committed + "hsperfdata_.*"
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user