It seems that the JEPs are getting closer to stable, with the Foreign Function & Memory API (FFM API) JEP moving to “preview” in JDK 19, and other JEPs on their 2nd and 3rd rounds of incubation.
Relevant links:
https://openjdk.java.net/projects/panama/
https://openjdk.java.net/projects/jdk/18/
https://openjdk.java.net/projects/jdk/19/
The JEPs I’m personally excited for are the FFM API and Vector API - it’d be great to have some higher level syntax to deal with FFM’s complexities, and @JvmInline value class
-es would get a real powerup with access to SIMD primitives. I wonder if Kotlin Native already has or would receive access to these as well.