8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475

Reviewed-by: stuefe, lucy
This commit is contained in:
Matthias Baesken 2024-07-12 05:56:53 +00:00
parent 81a0d1ba03
commit c703d29042

View File

@ -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_.*"
};