On Tue, 17 Dec 2024 01:59:52 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Launcher.java line 142: >> >>> 140: /* Some jdb tests need java.library.path setup for native >>> libraries. */ >>> 141: String libpath = System.getProperty("java.library.path"); >>> 142: args.add("-R-Djava.library.path=" + libpath); >> >> Good, I wasn't sure how this would inherit. > > This seems like an unrelated change. ??? jdk.test.lib.thread.VThreadPinner has a native library that must be loaded. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22620#discussion_r1887810706