Searched refs:_shared_classbytes_unloaded (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.hpp47 static PerfCounter* _shared_classbytes_unloaded; member in class:ClassLoadingService
75 return _classbytes_unloaded->get_value() + _shared_classbytes_unloaded->get_value();
96 return _shared_classbytes_unloaded->get_value();
H A DclassLoadingService.cpp91 PerfCounter* ClassLoadingService::_shared_classbytes_unloaded = NULL; member in class:ClassLoadingService
128 _shared_classbytes_unloaded =

Completed in 206 milliseconds