comparison src/share/vm/runtime/perfData.cpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 63a4eb8bcd23
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
37 PerfDataList* PerfDataManager::_all = NULL; 37 PerfDataList* PerfDataManager::_all = NULL;
38 PerfDataList* PerfDataManager::_sampled = NULL; 38 PerfDataList* PerfDataManager::_sampled = NULL;
39 PerfDataList* PerfDataManager::_constants = NULL; 39 PerfDataList* PerfDataManager::_constants = NULL;
40 40
41 /* 41 /*
42 * The jvmstat global and subsysem jvmstat counter name spaces. The top 42 * The jvmstat global and subsystem jvmstat counter name spaces. The top
43 * level name spaces imply the interface stability level of the counter, 43 * level name spaces imply the interface stability level of the counter,
44 * which generally follows the Java package, class, and property naming 44 * which generally follows the Java package, class, and property naming
45 * conventions. The CounterNS enumeration values should be used to index 45 * conventions. The CounterNS enumeration values should be used to index
46 * into this array. 46 * into this array.
47 */ 47 */