Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8265033 JEP 412: Foreign Function & Memory API (Incubator)
  3. JDK-8268853

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

    XMLWordPrintable

Details

    • Verified

    Description

      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).

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: