On Thu, 5 Feb 2026 18:06:34 GMT, Chris Plummer <[email protected]> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Skip TestJhsdbJstackMixedWithVDSOCallCore.java if it runs on musl libc > > src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c line 605: > >> 603: } >> 604: >> 605: // Check for vDSO binary in kernel directory (/lib/modules//vdso), > > This used to be `/lib/modules/<version>/vdso` but now the `<version>` part is > missing. Good catch! Fixed. Thanks! ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29400#discussion_r2771596006
