mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue