Java Cup
Inside Java

News and views from members of the Java team at Oracle

Foreign Function & Memory API - A (quick) peek under the hood

JNI is, to date, the only way to access native libraries from Java code, but JNI's brittle and convoluted programming model makes it tedious to use at scale. But no more: JDK's 22 Foreign Function & Memory API provides a safe, modern and efficient way to access foreign memory and code from Java.

Recorded at FOSDEM 2024.