Skip to content

GraalVM for JDK 24 Community 24.0.1

Latest
Compare
Choose a tag to compare
@graalvmbot graalvmbot released this 15 Apr 13:31
5f0c2ee

GraalVM is a high-performance JDK distribution that compiles your Java applications ahead of time into standalone binaries. These binaries start instantly, provide peak performance with no warmup, and use fewer resources. You can use GraalVM just like any other Java Development Kit in your IDE.

The project website at https://www.graalvm.org/ describes how to get started. The release notes can be found on the website: https://www.graalvm.org/release-notes/JDK_24/.

Additional language runtimes such as Python, Ruby, JavaScript and Node.JS, designed for use with GraalVM for JDK 24, are available for download as standalone distributions in the related repositories.

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

Platform Java 24
Linux (amd64) ⬇️ download instructions
Linux (aarch64) ⬇️ download instructions
macOS (amd64) ⬇️ download instructions
macOS (aarch64) ⬇️ download instructions
Windows (amd64) ⬇️ download instructions

Based on the commit: https://github.com/oracle/graal/tree/jdk-24.0.1.

Container Images

GraalVM Community container images for this version are available in the GitHub Container Registry.

To pull GraalVM JDK with Docker (some time later as we push things out progressively):

$ docker pull ghcr.io/graalvm/jdk-community:24.0.1

To use GraalVM JDK as a base image in a Dockerfile:

FROM ghcr.io/graalvm/jdk-community:24.0.1