JSR 395 (Java SE 20): JEP Proposed to Target: 434: Foreign Function & Memory API (Second Preview)
Iris Clark
iris.clark at oracle.com
Wed Dec 14 23:12:27 UTC 2022
[ An audit in preparation for Public Review discovered that the following JEP
incorrectly declared Scope = "JDK" instead of "SE". The Scope has been
updated and the deadline for feedback has been extended. Please read the
following announcement carefully as it differs slightly from the typical
Proposed to Target message. ]
The following JEP with updated scope "SE" was proposed to target JDK 20:
434: Foreign Function & Memory API (Second Preview)
https://openjdk.org/jeps/434
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. This is a preview API.
The original announced deadline for feedback to jdk-dev was Mon 28 Nov 23:59 UTC:
https://mail.openjdk.org/pipermail/jdk-dev/2022-November/007215.html
The revised deadline for feedback to jdk-dev is Wed 21 Dec 23:59 UTC.
If there are no unresolved objections at that time, then the JEP will
remain in the Targeted state, indicating that the feature is expected
to appear in the specified release of the JDK Project. For more
information about states, see the JEP Process document:
https://openjdk.org/jeps/1
A dashboard that lists JEPs with "SE" scope may be found via a link on this
page:
https://openjdk.org/projects/jdk/20/spec/
Our apologies for the late notice.
Iris
More information about the java-se-spec-experts
mailing list