src/hotspot/share/memory/metaspace.hpp
changeset 49449 ef5d5d343e2a
parent 49401 0c71baee49a7
child 49980 57dd7b4ba338
equal deleted inserted replaced
49448:b91b558a9076 49449:ef5d5d343e2a
    64 class Mutex;
    64 class Mutex;
    65 class outputStream;
    65 class outputStream;
    66 class PrintCLDMetaspaceInfoClosure;
    66 class PrintCLDMetaspaceInfoClosure;
    67 class SpaceManager;
    67 class SpaceManager;
    68 class VirtualSpaceList;
    68 class VirtualSpaceList;
       
    69 class CollectedHeap;
    69 
    70 
    70 // Metaspaces each have a  SpaceManager and allocations
    71 // Metaspaces each have a  SpaceManager and allocations
    71 // are done by the SpaceManager.  Allocations are done
    72 // are done by the SpaceManager.  Allocations are done
    72 // out of the current Metachunk.  When the current Metachunk
    73 // out of the current Metachunk.  When the current Metachunk
    73 // is exhausted, the SpaceManager gets a new one from
    74 // is exhausted, the SpaceManager gets a new one from