// VM monitoring and management support for the Class Loading subsystem class ClassLoadingService : public AllStatic { private: // Counters for classes loaded from class files static PerfCounter* _classes_loaded_count; static PerfCounter* _classes_unloaded_count; static PerfCounter* _classbytes_loaded; static PerfCounter* _classbytes_unloaded;
// Counters for classes loaded from shared archive static PerfCounter* _shared_classes_loaded_count; static PerfCounter* _shared_classes_unloaded_count; static PerfCounter* _shared_classbytes_loaded; static PerfCounter* _shared_classbytes_unloaded;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.