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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstatSampler.cpp266 static PropertyCounters property_counters[] = { variable
277 * property specified in the property lists provided in property_counters[].
279 * property name as indicated in property_counters[].
285 for (int i = 0; property_counters[i].property_list != NULL; i++) {
287 for (int j = 0; property_counters[i].property_list[j] != NULL; j++) {
289 const char* property_name = property_counters[i].property_list[j];
299 PerfDataManager::create_string_constant(property_counters[i].name_space,

Completed in 4397 milliseconds