src/hotspot/share/memory/metaspace.cpp
changeset 59053 ba6c248cae19
parent 58015 dd84de796f2c
child 59070 22ee476cc664
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
    71   return s;
    71   return s;
    72 }
    72 }
    73 
    73 
    74 volatile size_t MetaspaceGC::_capacity_until_GC = 0;
    74 volatile size_t MetaspaceGC::_capacity_until_GC = 0;
    75 uint MetaspaceGC::_shrink_factor = 0;
    75 uint MetaspaceGC::_shrink_factor = 0;
    76 bool MetaspaceGC::_should_concurrent_collect = false;
       
    77 
    76 
    78 // BlockFreelist methods
    77 // BlockFreelist methods
    79 
    78 
    80 // VirtualSpaceNode methods
    79 // VirtualSpaceNode methods
    81 
    80