Truffle on stock OpenJDK >= 11

Raffaello Giulietti raffaello.giulietti at supsi.ch
Thu Mar 21 08:48:49 UTC 2019


Hi Jaroslav,

thanks for the reference.


Did you perhaps run some measurements to assess the relative performance 
of GraalVM versus OpenJDK+Graal? I'm curious whether there are 
substantial differences and why, if at all.


Greetings
Raffaello




On 2019-03-21 06:28, Jaroslav Tulach wrote:
> Hello Raffaello,
> recently I needed a "getting started" project for educational purposes. I've
> created:
> 
> https://github.com/jaroslavtulach/talk2compiler
> 
> The `Main.java` class is all that is needed to switch into Truffle compilation
> mode and use all the Truffle APIs to "talk to the compiler".
> 
> -jt
> 
>> Given that Graal is part of recent stock OpenJDKs, is it possible to use
>> Truffle on them? This is not stated explicitly on the Truffle GitHub
>> repo [1], which mentions prebuilts in GraalVM but does not mention OpenJDK.
>>
>> More generally, which components of GraalVM listed in [2] can be built
>> and used on OpenJDK 11 or newer?
>>
>>
>> Greetings
>> Raffaello
>>
>> ----
>>
>> [1] https://github.com/oracle/graal/tree/master/truffle
>> [2] https://github.com/oracle/graal
> 
> 
> 
> 



More information about the graal-dev mailing list