New candidate JEP: 424: Foreign Function & Memory API (Preview)
mark.reinhold at oracle.com
mark.reinhold at oracle.com
Tue Mar 1 23:57:37 UTC 2022
https://openjdk.java.net/jeps/424
Summary: Introduce an API by which Java programs can interoperate with
code and data outside of the Java runtime. By efficiently invoking
foreign functions (i.e., code outside the JVM), and by safely accessing
foreign memory (i.e., memory not managed by the JVM), the API enables
Java programs to call native libraries and process native data without
the brittleness and danger of JNI.
- Mark
More information about the jdk-dev
mailing list