Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8274073 JEP 419: Foreign Function & Memory API (Second Incubator)
  3. JDK-8280183

Release Note: JEP 419: Foreign Function & Memory API (Second 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 419](https://openjdk.java.net/jeps/419).

            mtrudeau Michel Trudeau
            mtrudeau Michel Trudeau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: