Searched defs:shared_class (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp162 void ClassLoadingService::notify_class_loaded(instanceKlass* k, bool shared_class) { argument
163 DTRACE_CLASSLOAD_PROBE(loaded, k, shared_class);
164 PerfCounter* classes_counter = (shared_class ? _shared_classes_loaded_count
170 PerfCounter* classbytes_counter = (shared_class ? _shared_classbytes_loaded

Completed in 30 milliseconds