src/hotspot/share/memory/metaspace/settings.cpp
branchstuefe-new-metaspace-branch
changeset 58380 0d77dd9159b1
parent 58333 78b2e8f46dd4
child 58646 bcdba1c9f1fe
equal deleted inserted replaced
58333:78b2e8f46dd4 58380:0d77dd9159b1
   126 
   126 
   127   }
   127   }
   128 
   128 
   129   // Since this has nothing to do with reclaiming, set it independently from the
   129   // Since this has nothing to do with reclaiming, set it independently from the
   130   // strategy. This is rather arbitrarily choosen.
   130   // strategy. This is rather arbitrarily choosen.
   131   _enlarge_chunks_in_place = true;
   131   _enlarge_chunks_in_place = MetaspaceEnlargeChunksInPlace;
   132   _enlarge_chunks_in_place_max_word_size = 256 * K;
   132   _enlarge_chunks_in_place_max_word_size = 256 * K;
   133 
   133 
   134   // Optionally, we can shepherd micro cld metaspace allocs to an own root chunk.
   134   // Optionally, we can shepherd micro cld metaspace allocs to an own root chunk.
   135   _separate_micro_cld_allocations = MetaspaceSeparateMicroCLDs;
   135   _separate_micro_cld_allocations = MetaspaceSeparateMicroCLDs;
   136 
   136