comparison src/share/vm/services/memTracker.hpp @ 7464:ecd24264898b

8005048: NMT: #loaded classes needs to just show the # defined classes Summary: Count number of instance classes so that it matches class metadata size Reviewed-by: coleenp, acorn
author zgu
date Tue, 08 Jan 2013 14:04:25 -0500
parents f34d701e952e
children 4102b59539ce
comparison
equal deleted inserted replaced
7396:4a2ed49abd51 7464:ecd24264898b
140 class Thread; 140 class Thread;
141 /* 141 /*
142 * MemTracker is the 'gate' class to native memory tracking runtime. 142 * MemTracker is the 'gate' class to native memory tracking runtime.
143 */ 143 */
144 class MemTracker : AllStatic { 144 class MemTracker : AllStatic {
145 friend class GenerationData;
145 friend class MemTrackWorker; 146 friend class MemTrackWorker;
146 friend class MemSnapshot; 147 friend class MemSnapshot;
147 friend class SyncThreadRecorderClosure; 148 friend class SyncThreadRecorderClosure;
148 149
149 // NMT state 150 // NMT state