An open API service indexing awesome lists of open source software.

https://github.com/jponge/build-graal-jvm

Script to build a JDK 8 image with Graal as a default compiler
https://github.com/jponge/build-graal-jvm

graal graalvm java jdk

Last synced: 12 months ago
JSON representation

Script to build a JDK 8 image with Graal as a default compiler

Awesome Lists containing this project

README

          

# Script to build a JDK 8 image with Graal as a default compiler

â„šī¸ This script builds a JDK 8 image where Graal is enabled by default, replacing the Hotspot C2 (opto) compiler.

🚀 Running is as simple as:

./build.sh

🕹 Enjoy!