RFR: 8376269: Mixed jstack cannot find function in vDSO [v7]

Yasumasa Suenaga ysuenaga at openjdk.org
Thu Feb 5 23:41:50 UTC 2026


On Thu, 5 Feb 2026 18:06:34 GMT, Chris Plummer <cjplummer at openjdk.org> 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


More information about the serviceability-dev mailing list