GraalVM (GraalVM Community)
GraalVM CE is the open source distribution of GraalVM, based on OpenJDK, and includes the high-performance Graal JIT compiler. GraalVM can compile Java applications ahead of time into standalone binaries that start instantly, scale fast, and use fewer compute resources. It also makes it possible to embed Python, JavaScript, Ruby, and other languages into Java applications.
Installation
sdk install java -graalce
Details
Website
Architectures:
- Linux x86_64
- Linux AArch64
- macOS x86_64
- macOS AArch64
- Windows x86_64