Re: JavaFX and Panama

2023-12-05 Thread Kevin Rushforth
Our current practice, as discussed in this thread [1], is to update the minimum to a JDK LTS release. I would be reluctant to adopt a non-LTS release as the minimum and based on the responses the last time we raised this question, I suspect there would be other voices even more reluctant.

JavaFX and Panama

2023-12-05 Thread Nir Lisker
Hi all, Panama's 'foreign' API will be released in JDK 22 [1][2]. It includes 'foreign memory' API for managing off-heap java memory, and 'foreign function' API for calling native functions. These replace some sun.misc.unsafe operations and all JNI. We should start allowing developers to use the