RFR: 8356209: Problemlist failed gtests on static-jdk
Jiangli Zhou
jiangli at openjdk.org
Mon May 5 21:36:26 UTC 2025
Please review this PR that problemlist's following gtests on static-jdk. These test binaries dynamically link with JDK/VM native libraries and fail on static-jdk as the runtime cannot find the required shared libraries.
gtest/GTestWrapper
gtest/LargePageGtests#use-large-pages
gtest/LargePageGtests#use-large-pages-1G
gtest/LockStackGtests
gtest/MetaspaceGtests#no-ccs
gtest/NMTGtests#nmt-detail
gtest/NMTGtests#nmt-off
gtest/NMTGtests#nmt-summary
-------------
Commit messages:
- Problemlist some gtests on static-jdk.
Changes: https://git.openjdk.org/jdk/pull/25050/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25050&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8356209
Stats: 11 lines in 1 file changed: 11 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/25050.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25050/head:pull/25050
PR: https://git.openjdk.org/jdk/pull/25050
More information about the hotspot-dev
mailing list