Preview Mode Links will not work in preview mode

Inside Java is a podcast for Java Developers brought to you directly from the people that make Java at Oracle. We'll discuss the language, the JVM, OpenJDK, platform security, innovation projects like Loom and Panama, and everything in between.

Dec 20, 2024

In this shorter-format pod, Chad talks about JDK 24, preview features, and more.

 

Show Notes

JEP 11: Incubator Modules
https://openjdk.org/jeps/11

JEP 12: Preview Features
https://openjdk.org/jeps/12

Using the Preview Features Available in the JDK
https://dev.java/learn/new-features/using-preview/

JEP 483:...


Jan 8, 2024

The Foreign Function and Memory API will be finalised in JDK 22. This API helps you integrate native code within your Java program. 

Using this new API you can efficiently invoke code outside the JVM, safely access memory not managed by the JVM, call native libraries and process native data without the brittleness...