Request for review:JDK-8013036:vm/runtime/simpleThresholdPolicy.cpp: assert(mcs != NULL)
Jiangli Zhou
jiangli.zhou at oracle.com
Wed Apr 24 20:16:37 PDT 2013
Please review the fix for JDK-8013036
<https://jbs.oracle.com/bugs/browse/JDK-8013036>:
http://cr.openjdk.java.net/~jiangli/8013036/webrev.00/
The method_counters could be NULL when
SimpleThresholdPolicy::handle_counter_overflow is called under
TieredCompilation. The assert should be changed to be an 'if' check instead.
Thanks,
Jiangli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20130424/b17dd05d/attachment.html
More information about the hotspot-runtime-dev
mailing list