Release Note: JEP 412: Foreign Function & Memory API (Incubator)

XMLWordPrintable

    • Verified

      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.

      For further details, see [JEP 412](https://openjdk.java.net/jeps/412).

            Assignee:
            Michel Trudeau
            Reporter:
            Michel Trudeau
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: