On Wed, 14 Jan 2026 05:31:24 GMT, Chris Plummer <[email protected]> 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

Reply via email to