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

Add support for Java's new FFI api #452

Open
bowbahdoe opened this issue Sep 10, 2023 · 1 comment
Open

Add support for Java's new FFI api #452

bowbahdoe opened this issue Sep 10, 2023 · 1 comment
Labels
enhancement Java/JNI Case specific only for Java/JNI interface generation

Comments

@bowbahdoe
Copy link

Coming probably in Java 22 there will be a new, non JNI, way to work with native code.

It would be pretty cool if we could generate the code (memory layouts, cleaners(?), etc.) for that instead of doing the JNI dance.

@Dushistov
Copy link
Owner

"Cleaners" is reference by another issue #303

@Dushistov Dushistov added enhancement Java/JNI Case specific only for Java/JNI interface generation labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Java/JNI Case specific only for Java/JNI interface generation
Projects
None yet
Development

No branches or pull requests

2 participants