On Wed, 14 Jan 2026 06:02:16 GMT, Yasumasa Suenaga <[email protected]> wrote:

>> Ok. Please add a comment:
>> 
>> // On windows the native symbol will be prefixed with "NoFramePointer!"
>
> Thanks, added.

On windows-x64 I'm seeing about 25 
NoFramePointer!Java_LingeredAppWithNativeMethod_callJNI frames. On other 
platforms I see just one Java_LingeredAppWithNativeMethod_callJNI frame, and a 
couple of fib() frames above it. Maybe this difference is just native compiler 
inlining and tail call elimination, but wanted to point it out just to make 
sure it is correct.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29019#discussion_r2692335931

Reply via email to