src/hotspot/share/memory/metaspace/virtualSpaceNode.hpp
branchstuefe-new-metaspace-branch
changeset 58645 28c7e6711871
parent 58063 bdf136b8ae0e
child 59135 84464aa83a29
equal deleted inserted replaced
58494:54c1ba464b78 58645:28c7e6711871
    44 namespace metaspace {
    44 namespace metaspace {
    45 
    45 
    46 class CommitLimiter;
    46 class CommitLimiter;
    47 class MetachunkListCluster;
    47 class MetachunkListCluster;
    48 
    48 
    49 // VirtualSpaceNode manage a single address range of the Metaspace.
    49 // VirtualSpaceNode manages a single address range of the Metaspace.
    50 //
    50 //
    51 // That address range may contain interleaved committed and uncommitted
    51 // That address range may contain interleaved committed and uncommitted
    52 // regions. It keeps track of which regions have committed and offers
    52 // regions. It keeps track of which regions have committed and offers
    53 // functions to commit and uncommit regions.
    53 // functions to commit and uncommit regions.
    54 //
    54 //