Skip to content
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

TODO for JSR 292 MethodHandleNatives APIs #11443

Open
4 tasks
fengxue-IS opened this issue Dec 10, 2020 · 0 comments
Open
4 tasks

TODO for JSR 292 MethodHandleNatives APIs #11443

fengxue-IS opened this issue Dec 10, 2020 · 0 comments

Comments

@fengxue-IS
Copy link
Contributor

fengxue-IS commented Dec 10, 2020

This issue is to track the items to be completed on top of #10690

  • Add impl for Java_java_lang_invoke_MethodHandleNatives_getNamedCon to support Java assertion
  • use registerNatives for function export rather than uma and cmake export
  • add support for HCR update for J9JNIFieldID/J9JNIMethodID pointers in MemberName object
  • The heavy string allocation and copying should be looked at again to see if there's a better way to solve this. Given the other up-calls to the VM, I'd be tempted to implement this in Java and cache the signature per MT to make this cleaner.
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

No branches or pull requests

1 participant