Skip to content

Correct JNI signatures for native methods#1514

Open
taoliult wants to merge 1 commit into
IBM:java26from
taoliult:java26_native_signature
Open

Correct JNI signatures for native methods#1514
taoliult wants to merge 1 commit into
IBM:java26from
taoliult:java26_native_signature

Conversation

@taoliult
Copy link
Copy Markdown
Collaborator

@taoliult taoliult commented Jun 4, 2026

Some native code had incorrect or outdated signature comments that did not match the corresponding Java native method declarations. This update aligns the JNI signature comments with the Java and makes the native code easier to review, debug, and maintain.

No functional native logic is changed. This is a cleanup update to keep the JNI method signatures accurate and consistent.

This is a back-ported PR from PR: #1505

Some native code had incorrect or outdated signature comments that did
not match the corresponding Java native method declarations. This update
aligns the JNI signature comments with the Java and makes the native
code easier to review, debug, and maintain.

No functional native logic is changed. This is a cleanup update to keep
the JNI method signatures accurate and consistent.

Signed-off-by: Tao Liu <tao.liu@ibm.com>
Copy link
Copy Markdown
Member

@jasonkatonica jasonkatonica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants