Skip to content

GraalVM Community Edition 22.0.0.2

Compare
Choose a tag to compare
@ezzarghili ezzarghili released this 25 Jan 14:32
· 9 commits to master since this release

GraalVM is a high performance runtime for Java, JavaScript, LLVM-based languages such as C and C++, and other dynamic languages. Additionally, GraalVM allows efficient interoperability between programming languages and compiling Java applications ahead-of-time into native executables for faster startup time and lower memory overhead.

This distribution of GraalVM Community includes:

  • Java runtime with the GraalVM compiler
  • Node.js runtime with the GraalVM JavaScript interpreter
  • LLVM runtime
  • Developer monitoring and debugging tools

The GraalVM environment can be extended with optionally available components such as Native Image, Ruby, R, Python, LLVM Toolchain, WebAssembly and Espresso using the GraalVM Updater tool.

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

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/