Skip to content

GraalVM Community Edition 19.2.0

Compare
Choose a tag to compare
@ezzarghili ezzarghili released this 20 Aug 18:12
· 48104 commits to master since this release

GraalVM is a high-performance, embeddable, polyglot Virtual Machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based languages such as C and C++.

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 download includes:

  • JVM
  • JavaScript Engine & Node.js Runtime
  • LLVM Engine
  • Developer Tools, including technology preview of VSCode extensions.
  • The Native Image, Ruby, R, Python, and llvm-toolchain plugins are optionally available using the GraalVM gu utility.

The release notes can be found on the graalvm.org website.

This is a major release and it includes new features, compatibility improvements, and bug fixes compared to the 19.1 line.