eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
166 stars 130 forks source link

[22] JEP 454: Foreign Function & Memory API #1596

Closed mpalat closed 8 months ago

mpalat commented 1 year ago

ref: https://openjdk.org/jeps/454 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.

mpalat commented 8 months ago

nothing to be done in ecj. closing.