mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
Reviewed-by: stuefe, lucy
This commit is contained in:
@@ -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_.*"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user