comparison src/share/vm/runtime/perfData.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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 subsystem jvmstat counter name spaces. The top 42 * The jvmstat global and subsysem 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 */