-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FFI] Perf improvement via NativeMethodHandle/linkToNative #736
[FFI] Perf improvement via NativeMethodHandle/linkToNative #736
Conversation
Reviewer: @tajila |
src/java.base/share/classes/java/lang/invoke/MethodHandleImpl.java
Outdated
Show resolved
Hide resolved
e9dbc59
to
2f27bf2
Compare
src/java.base/share/classes/java/lang/invoke/NativeMethodHandle.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/java/lang/invoke/NativeMethodHandle.java
Outdated
Show resolved
Hide resolved
src/java.base/share/classes/java/lang/invoke/MethodHandleImpl.java
Outdated
Show resolved
Hide resolved
44a6478
to
9699dce
Compare
src/java.base/share/classes/java/lang/invoke/NativeMethodHandle.java
Outdated
Show resolved
Hide resolved
9699dce
to
f10378f
Compare
src/java.base/share/classes/java/lang/invoke/NativeMethodHandle.java
Outdated
Show resolved
Hide resolved
1c981d8
to
fb03ad8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks good, but the "JDKnext" part of the title and commit message seems redundant (it's implied by the repo).
The changes aim to generate the NativeMethodHandle instance to ensure the invocation path goes via linkToNative. Signed-off-by: ChengJin01 <[email protected]>
fb03ad8
to
e4d0400
Compare
Removed |
Jenkins test sanity amac,zlinux,win jdknext depends eclipse-openj9/openj9#18799 |
The test failure with
|
The only test failure was in |
The changes aim to generate the NativeMethodHandle instance to ensure the invocation path goes via linkToNative.
Signed-off-by: ChengJin01 [email protected]