RFR(XS): 8043063: Code aging should allocate MethodCounters when flushing a method

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed May 14 01:00:21 UTC 2014


I think this should be fixed in general (8043061). We should allocate 
MethodCounters at least when we create a compilation task.

Thanks,
Vladimir

On 5/13/14 5:45 PM, Igor Veresov wrote:
> In some edge cases we may not have MethodCounters allocated for a method that was compiled, like with -Xcomp.
> So with code aging we need to allocate MCs when we are flushing the method to set up the aging counter.
>
> Webrev: http://cr.openjdk.java.net/~iveresov/8043063/webrev.00/
>
> Thanks!
> igor
>


More information about the hotspot-compiler-dev mailing list