Foreign Function and Memory API
A Java API for interoperating with native code and accessing off-heap memory without relying on traditional JNI-style bindings for every operation.
Related Concepts
- Memory Segment
- Arena
- JNI
- Native Interop
Source
- https://openjdk.org/jeps/454