GraalError

Josef Eisl josef.eisl at jku.at
Tue Oct 25 17:03:01 UTC 2016


On 25/10/16 18:53, Andrew Haley wrote:
> On 25/10/16 17:48, Tom Rodriguez wrote:
>> The COMPILE SKIPPED message is from HotSpot PrintCompilation output
>> so it should include a normal PrintCompilation line.  Is that not
>> the case?
> 
> Aha, yes.  I didn't realize with all that mess of debug output that 
> the COMPILE SKIPPED message referred to the same line.  I thought it 
> was just a mess of interspersed output coming from different
> threads. Thanks.

If you are only interested in Graal compilations you could use
-Dgraal.PrintCompilation=true and/or -Dgraal.PrintAfterCompilation=true
which is in some cases more informative. Regarding the multiple the
threads printing at the same time issue, -XX:JVMCIThreads=1 might help.

- Josef


More information about the graal-dev mailing list