Top


定義場所(file name)

hotspot/src/share/vm/services/classLoadingService.hpp

名前(function name)

  static jlong unloaded_class_count() {

本体部(body)

  {- -------------------------------------------
  (1) (shared の領域と shared ではない領域の) 両方の領域でアンロードされた回数の合計値をリターンする.
      ---------------------------------------- -}

        return _classes_unloaded_count->get_value() + _shared_classes_unloaded_count->get_value();
      }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.