Searched refs:shared_class (Results 1 - 2 of 2) 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
H A DclassLoadingService.hpp105 static void notify_class_loaded(instanceKlass* k, bool shared_class);

Completed in 39 milliseconds