Graal in JDK10?

Jaroslav Tulach jaroslav.tulach at oracle.com
Wed Dec 20 08:45:39 UTC 2017


On úterý 19. prosince 2017 23:54:11 CET Ted Neward wrote:
> I just started browsing around in the JDK source code
> (hg.openjdk.java.net/jdk/jdk) and found jdk.internal.vm.compiler, which
> appears to have the GraalVM bits in it—is this planning to go out as part
> of JDK 10? Please? :-)

Hello Ted.
As far as I can tell Graal compiler is an important part of JDK9 (used for AOT 
compilation). With few intrinsic switches it can even be turn on and used for 
regular JIT compilation - find the details in the amazing Chris Seaton's 
article http://chrisseaton.com/rubytruffle/jokerconf17/

In addition to that Dalibor is right

> See http://openjdk.java.net/jeps/317

more progress can be expected in forthcoming JDK releases.
-jt




More information about the graal-dev mailing list