GraalVM Community 22.3
Community supported open source build
Download the latest GraalVM JDK in one line:
bash <(curl -sL https://get.graalvm.org/jdk)
GraalVM Enterprise 22.3
Oracle 24x7 supported commercial build
Download the latest GraalVM Enterprise JDK in two lines:
bash <(curl -sL https://get.graalvm.org/ee-token)
bash <(curl -sL https://get.graalvm.org/jdk)
Docker Images
Compare Editions
Scroll right to see details -> | GraalVM Community | GraalVM Enterprise | |
---|---|---|---|
License |
GNU General Public License V2 with the “Classpath” Exception |
Oracle Technology Network (OTN) license for dev/test; Commercial license for production deployments |
|
Base JDKs | OpenJDK 11.0.17, 17.0.5, 19.0.1 | Oracle JDK 8u351, 11.0.17, 17.0.5, 19.0.1 | |
Support | Community support via public channels | Global 24x7 Enterprise support from Oracle | |
Speedup vs. OpenJDK on Renaissance Suite | 1.04x | 1.3x | |
Docker Container Images |
|
|
|
Patented advanced compiler optimizations |
|
||
Compressed pointers for low memory usage (Native Image) |
|
||
Profile guided optimization for improved performance (Native Image) |
|
||
G1 garbage collection for low latency (Native Image) |
|