We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a0d1b commit c703d29Copy full SHA for c703d29
test/hotspot/jtreg/serviceability/dcmd/vm/SystemMapTestBase.java
@@ -49,8 +49,8 @@ public class SystemMapTestBase {
49
regexBase_committed + "/bin/java",
50
// libjvm
51
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\\]",
+ // heap segment, should be part of all user space apps on all architectures OpenJDK supports.
+ regexBase_committed + "\\[heap\\]",
54
// we should see the hs-perf data file, and it should appear as shared as well as committed
55
regexBase_shared_and_committed + "hsperfdata_.*"
56
};
0 commit comments