hotspot/src/share/vm/services/classLoadingService.hpp
static jlong loaded_class_count() {
{- -------------------------------------------
(1) (shared の領域と shared ではない領域の) 両方の領域でロードされた回数の合計値をリターンする.
---------------------------------------- -}
return _classes_loaded_count->get_value() + _shared_classes_loaded_count->get_value();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.