different outline window in IGV

Haluk Dogan hlk.dogan at gmail.com
Mon Aug 28 16:53:58 UTC 2017


It worked, thank you. Is there any way to get information about which
optimizations techniques (e.g. method inlining, loop unrolling etc.) Graal
applied to hot methods?

On Mon, Aug 28, 2017 at 11:32 AM, Tom Rodriguez <tom.rodriguez at oracle.com>
wrote:

> Use -Dgraal.Dump=:2.  We reduced the default verbosity of the graph
> dumping to level 1 and using :2 sets it to 2 which gives you a dump after
> every phase which was the old behaviour.
>
> tom
>
>
> Haluk Dogan wrote:
>
>> mx unittest -XX:+UseJVMCICompiler -Dgraal.Dump
>> -D:MethodFilter=String.hashCode GraalTutorial#testStringHashCode
>>
>


-- 
HD


More information about the graal-dev mailing list