> Please review the fix in following tests to not check for shared libraries > when running on static JDK: > > test/hotspot/jtreg/serviceability/dcmd/vm/DynLibsTest.java > test/hotspot/jtreg/serviceability/dcmd/vm/SystemDumpMapTest.java > test/hotspot/jtreg/serviceability/dcmd/vm/SystemMapTest.java
Jiangli Zhou has updated the pull request incrementally with one additional commit since the last revision: Address @tstuefe review: - Renamed shouldMatchUnconditionally_<os>_libjvm to shouldMatch_<os>_libjvm in SystemMapTestBase. - Added comments to shouldMatchUnconditionally() methods for difference OS cases in SystemMapTestBase. - Added comments to DynLibsTest.java. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/23734/files - new: https://git.openjdk.org/jdk/pull/23734/files/25f2db29..d1975464 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=23734&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23734&range=00-01 Stats: 15 lines in 2 files changed: 9 ins; 0 del; 6 mod Patch: https://git.openjdk.org/jdk/pull/23734.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/23734/head:pull/23734 PR: https://git.openjdk.org/jdk/pull/23734