RFR(S): 8005079: fix LogCompilation for incremental inlining
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Mar 21 15:31:07 UTC 2014
It is good.
One thing you may need to change is C->log_inline_id((jlong)this).
Address is not good id when you look on log file and it could be the same between compilations.
I think some combination of compile_id<<shift+(adjustment for OSR when CICountOSR=true)+(unique node number at time when
cg was created or other sequential number).
Thanks,
vladimir
On 3/21/14 2:04 AM, Roland Westrelin wrote:
>>> http://cr.openjdk.java.net/~roland/8005079/webrev.02/
>>
>> In order for equals to be correct you have to do an instanceof check.
>
> Ok.
>
> http://cr.openjdk.java.net/~roland/8005079/webrev.03/
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list