src/hotspot/share/memory/metaspace/internStat.hpp
branchstuefe-new-metaspace-branch
changeset 59257 990b1fed3b47
parent 59155 b537e6386306
equal deleted inserted replaced
59238:6ce12ce00d3e 59257:990b1fed3b47
    34 
    34 
    35 class outputStream;
    35 class outputStream;
    36 
    36 
    37 namespace metaspace {
    37 namespace metaspace {
    38 
    38 
       
    39 
       
    40 // A number of counters for internal metaspace statistics; Only active in debug.
    39 class InternalStats : public AllStatic {
    41 class InternalStats : public AllStatic {
    40 
    42 
    41   // Note: all counters which are modified on the classloader local allocation path
    43   // Note: all counters which are modified on the classloader local allocation path
    42   //   (not under ExpandLock protection) have to be atomic.
    44   //   (not under ExpandLock protection) have to be atomic.
    43 
    45