Skip to content

Commit c703d29

Browse files
committed
8335710: serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475
Reviewed-by: stuefe, lucy
1 parent 81a0d1b commit c703d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/serviceability/dcmd/vm/SystemMapTestBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public class SystemMapTestBase {
4949
regexBase_committed + "/bin/java",
5050
// libjvm
5151
regexBase_committed + "/lib/.*/libjvm.so",
52-
// vdso library, should be part of all user space apps on all architectures OpenJDK supports.
53-
regexBase_committed + "\\[vdso\\]",
52+
// heap segment, should be part of all user space apps on all architectures OpenJDK supports.
53+
regexBase_committed + "\\[heap\\]",
5454
// we should see the hs-perf data file, and it should appear as shared as well as committed
5555
regexBase_shared_and_committed + "hsperfdata_.*"
5656
};

0 commit comments

Comments
 (0)