
GraalVM has released a higher version 21.0 with a new element, Java on Truffle. This release was in development for a short time, however, it has some newly added interesting features for the entire GraalVM ecosystem. Before this release, running Java applications in GraalVM was only possible by utilizing the Java HotSpot VM with the GraalVM. With this announcement, Java on Truffle, a JVM written in Java employs the Truffle framework, to implement an additional option to run Java applications.
GraalVM is a high-performance multilingual virtual machine that presents a shared runtime to execute applications written in various languages like Python, JavaScript, and Java.
Install GraalVM
Platform Updates
Java on Truffle
Native Image
GraalWASM
This release of GraalVM also comes with some compatibility and runtime improvements across Java, Python, Ruby, and LLVM distributions
Read Complete Blog - GraalVM 21.0: Introducing a New Way to Run Java