src/share/vm/runtime/perfData.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/perfData.cpp

src/share/vm/runtime/perfData.cpp

Print this page
rev 5732 : [mq]: comments2

*** 37,47 **** PerfDataList* PerfDataManager::_all = NULL; PerfDataList* PerfDataManager::_sampled = NULL; PerfDataList* PerfDataManager::_constants = NULL; /* ! * The jvmstat global and subsysem jvmstat counter name spaces. The top * level name spaces imply the interface stability level of the counter, * which generally follows the Java package, class, and property naming * conventions. The CounterNS enumeration values should be used to index * into this array. */ --- 37,47 ---- PerfDataList* PerfDataManager::_all = NULL; PerfDataList* PerfDataManager::_sampled = NULL; PerfDataList* PerfDataManager::_constants = NULL; /* ! * The jvmstat global and subsystem jvmstat counter name spaces. The top * level name spaces imply the interface stability level of the counter, * which generally follows the Java package, class, and property naming * conventions. The CounterNS enumeration values should be used to index * into this array. */
src/share/vm/runtime/perfData.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File