Oracle GraalVM for JDK 17 compiles your Java applications ahead of time into standalone binaries that start instantly, provide peak performance with no warmup, and use fewer cloud resources. This software is provided under the GraalVM Free Terms and Conditions (GFTC) license. Oracle GraalVM for JDK 17.0.13 and later are only available under the GraalVM Oracle Technology Network (GOTN) license and therefore cannot be made available via MacPorts. If you require an up-to-date GraalVM for JDK, consider upgrading to a more recent feature version instead.
Oracle GraalVM for JDK 17 compiles your Java applications ahead of time into standalone binaries that start instantly, provide peak performance with no warmup, and use fewer cloud resources. This software is provided under the GraalVM Free Terms and Conditions (GFTC) license. Oracle GraalVM for JDK 17.0.13 and later are only available under the GraalVM Oracle Technology Network (GOTN) license and therefore cannot be made available via MacPorts. If you require an up-to-date GraalVM for JDK, consider upgrading to a more recent feature version instead.
To install jdk17-graalvm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jdk17-graalvm
To see what files were installed by jdk17-graalvm, run:
port contents jdk17-graalvm
To later upgrade jdk17-graalvm, run:
sudo port selfupdate && sudo port upgrade jdk17-graalvm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.