"Foreign Function & Memory API" ( 2024 )

Saturday at 13:00, 30 minutes, UB5.132, UB5.132, Free Java devroom Maurizio Cimadamore , slides , video

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.