Searched refs:SUN_CLS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotClassLoading.java79 private static final String SUN_CLS = "sun.cls."; field in class:HotspotClassLoading
81 JAVA_CLS + "|" + COM_SUN_CLS + "|" + SUN_CLS;
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp959 NEWPERFTICKCOUNTER(_perf_accumulated_time, SUN_CLS, "time");
960 NEWPERFTICKCOUNTER(_perf_class_init_time, SUN_CLS, "classInitTime");
961 NEWPERFTICKCOUNTER(_perf_class_init_selftime, SUN_CLS, "classInitTime.self");
962 NEWPERFTICKCOUNTER(_perf_class_verify_time, SUN_CLS, "classVerifyTime");
963 NEWPERFTICKCOUNTER(_perf_class_verify_selftime, SUN_CLS, "classVerifyTime.self");
964 NEWPERFTICKCOUNTER(_perf_class_link_time, SUN_CLS, "classLinkedTime");
965 NEWPERFTICKCOUNTER(_perf_class_link_selftime, SUN_CLS, "classLinkedTime.self");
966 NEWPERFEVENTCOUNTER(_perf_classes_inited, SUN_CLS, "initializedClasses");
967 NEWPERFEVENTCOUNTER(_perf_classes_linked, SUN_CLS, "linkedClasses");
968 NEWPERFEVENTCOUNTER(_perf_classes_verified, SUN_CLS, "verifiedClasse
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp118 PerfDataManager::create_counter(SUN_CLS, "loadedBytes",
122 PerfDataManager::create_counter(SUN_CLS, "unloadedBytes",
125 PerfDataManager::create_counter(SUN_CLS, "sharedLoadedBytes",
129 PerfDataManager::create_counter(SUN_CLS, "sharedUnloadedBytes",
132 PerfDataManager::create_variable(SUN_CLS, "methodBytes",
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp52 SUN_CLS, enumerator in enum:CounterNS
190 * PerfDataManager::create_string_constant(SUN_CLS, "foo", string, CHECK);

Completed in 38 milliseconds