8005048: NMT: #loaded classes needs to just show the # defined classes

Count number of instance classes so that it matches class metadata size

Reviewed-by: coleenp, acorn
This commit is contained in:
Zhengyu Gu 2013-01-08 14:04:25 -05:00
parent ba2a5a260d
commit 5c6318e816
11 changed files with 107 additions and 45 deletions

View file

@ -142,6 +142,7 @@ class Thread;
* MemTracker is the 'gate' class to native memory tracking runtime.
*/
class MemTracker : AllStatic {
friend class GenerationData;
friend class MemTrackWorker;
friend class MemSnapshot;
friend class SyncThreadRecorderClosure;