Skip to main content

GraalVM (Oracle)

Oracle GraalVM is the free GraalVM distribution from Oracle, based on Oracle JDK, 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. Oracle GraalVM Native Image provides advanced features including G1 GC, SBOM, as well as performance and size optimizations. It also makes it possible to embed Python, JavaScript, Ruby, and other languages into Java applications.

Installation

sdk install java -graal
    Details
    Website
    Architectures:
    • Linux x86_64
    • Linux AArch64
    • macOS x86_64
    • macOS AArch64
    • Windows x86_64