[9] RFR (XS): 8049532: LogCompilation: C1: inlining tree is flat (no depth is stored)

Vladimir Ivanov vladimir.x.ivanov at oracle.com
Tue Jul 8 13:52:45 UTC 2014


Roland, thanks for review.

>> http://cr.openjdk.java.net/~vlivanov/8049532/webrev.00/
>
> Would there be a way to execute the new code in LogParser only if the compilation is a c1 compilation?
Good point. I thought about that, but taking into account 3 different 
configurations we have (Client VM, Server VM & Tiered VM), it's not 
trivial to reliably detect from the log what compiler was used.

I'll add VM flavor detection in a separate change and then fix this 
change to limit newly added logic only for C1 compilations.

Best regards,
Vladimir Ivanov
>
> Roland.
>


More information about the hotspot-compiler-dev mailing list