Skip to content

GraalVM Community Edition 22.2.0

Compare
Choose a tag to compare
@ezzarghili ezzarghili released this 26 Jul 11:31
· 4 commits to master since this release

GraalVM is a high-performance JDK designed to accelerate Java and other JVM languages performance.
GraalVM offers two ways to run Java applications: on the HotSpot JVM with Graal just-in-time (JIT) compiler or as an ahead-of-time (AOT) compiled native executable. Besides Java, it provides runtimes for JavaScript, Ruby, Python, and a number of other popular languages. GraalVM’s polyglot capabilities make it possible to mix programming languages in a single application while eliminating any foreign language call costs.

The GraalVM environment can be extended with optionally available components such as Native Image, the LLVM runtime, LLVM Toolchain, Java on truffle, VisualVM, and languages runtimes including JavaScript, Node.js, Ruby, R, Python, and WebAssembly, using the GraalVM Updater tool.

The release notes can be found on the website: https://www.graalvm.org/release-notes/22_2/.

Here are the convenience links for the JDK base downloads of GraalVM:

Platform Java 11 Java 17
Linux (amd64) ⬇️ download ⬇️ download instructions
Linux (aarch64) ⬇️ download ⬇️ download instructions
macOS (amd64) † ⬇️ download ⬇️ download instructions
macOS (aarch64/M1) † ⬇️ download ⬇️ download instructions
Windows (amd64) ⬇️ download ⬇️ download instructions

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them
To do this, run the following:

$ sudo xattr -r -d com.apple.quarantine path/to/graalvm/folder/

Based on Graal commit: https://github.com/oracle/graal/tree/vm-22.2.0