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
- Host: GitHub
- URL: https://github.com/jponge/build-graal-jvm
- Owner: jponge
- License: mit
- Created: 2018-04-26T11:18:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T11:29:24.000Z (almost 8 years ago)
- Last Synced: 2024-10-20T22:24:45.436Z (over 1 year ago)
- Topics: graal, graalvm, java, jdk
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!