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

Igor Veresov igor.veresov at oracle.com
Wed May 14 00:45:41 UTC 2014


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