RFR: 8374469: Mixed jstack does not work on Windows [v2]
Yasumasa Suenaga
ysuenaga at openjdk.org
Wed Jan 14 06:06:29 UTC 2026
On Wed, 14 Jan 2026 05:31:24 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
>> "NoFramePointer" is DLL name which is used in this test. Module (DLL) name added as prefix in mixed jstack on Windows. Thus I added it to regex pattern. It is regex pattern, I defined it as a group, and added `?` to it, so it works if module name does not appear like Linux.
>
> Ok. Please add a comment:
>
> // On windows the native symbol will be prefixed with "NoFramePointer!"
Thanks, added.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29019#discussion_r2689073328
More information about the serviceability-dev
mailing list