With JDK 10, the Java-based JIT compiler, Graal was provided for experimental use on the Linux x64 platform. This umbrella enhancement captures the tasks to extend this experimental offering to the Windows and Mac x64 platforms.
Enabling Graal on Windows and Mac will be the same as it is for Linux-x64:
-XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler
Most of the work for this effort will be testing and debugging. The goals, non-goals and risks for this enhancement are the same as those described in JEP 317 for Linux-x64.
Enabling Graal on Windows and Mac will be the same as it is for Linux-x64:
-XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler
Most of the work for this effort will be testing and debugging. The goals, non-goals and risks for this enhancement are the same as those described in JEP 317 for Linux-x64.
- relates to
-
JDK-8189751 JEP 317: Experimental Java-Based JIT Compiler
-
- Closed
-