hotspot/src/share/vm/runtime/compilationPolicy.cpp
static void do_method(methodOop m) {
{- -------------------------------------------
(1) InvocationCounter::decay() を呼び出すだけ.
---------------------------------------- -}
m->invocation_counter()->decay();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.