This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | Oracle Corporation |
---|---|
Stable release | GraalVM for JDK 23
/ 17 September 2024 |
Repository | |
Written in | Java |
Operating system | Linux, Windows and macOS[1] |
Platform | Java Virtual Machine |
Type | Java dynamic compiler and runtime |
License | Community Edition: GPLv2;[2][3] Oracle GraalVM: "GFTC". |
Website | www |
GraalVM is a Java Development Kit (JDK) written in Java. The open-source distribution of GraalVM is based on OpenJDK, and the enterprise distribution is based on Oracle JDK. As well as just-in-time (JIT) compilation, GraalVM can compile a Java application ahead of time. This allows for faster initialization, greater runtime performance, and decreased resource consumption, but the resulting executable can only run on the platform it was compiled for.
It provides additional programming languages and execution modes. The first production-ready release, GraalVM 19.0, was distributed in May 2019.[4] The most recent release is GraalVM for JDK 22, made available in March 2024.[5]
Major differentiators of GraalVM compared to the base JDK include: