comparison src/share/vm/runtime/perfData.cpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents f2110083203d
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
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 */