Java Cup
Inside Java

News and views from members of the Java team at Oracle

State of Foreign Function support

In this document we explore the main concepts behind Panama's foreign function support; as we shall see, the central abstraction in the foreign function support is the so called foreign linker, an abstraction that allows clients to construct native method handles — that is, method handles whose invocation targets a native function defined in some native library…


More at https://cr.openjdk.org/~mcimadamore/panama/ffi.html.