mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
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:
parent
ba2a5a260d
commit
5c6318e816
11 changed files with 107 additions and 45 deletions
|
@ -203,6 +203,7 @@ class MemRecorder : public CHeapObj<mtNMT|otNMTRecorder> {
|
|||
friend class MemSnapshot;
|
||||
friend class MemTracker;
|
||||
friend class MemTrackWorker;
|
||||
friend class GenerationData;
|
||||
|
||||
protected:
|
||||
// the array that holds memory records
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue