src/hotspot/share/memory/metaspace/settings.cpp
branchstuefe-new-metaspace-branch
changeset 58646 bcdba1c9f1fe
parent 58380 0d77dd9159b1
child 59155 b537e6386306
--- a/src/hotspot/share/memory/metaspace/settings.cpp	Wed Oct 16 15:31:05 2019 +0200
+++ b/src/hotspot/share/memory/metaspace/settings.cpp	Wed Oct 16 16:10:24 2019 +0200
@@ -54,7 +54,6 @@
 size_t Settings::_uncommit_on_purge_min_word_size = 0;
 
 
-bool Settings::_separate_micro_cld_allocations = false;
 
 void Settings::ergo_initialize() {
 
@@ -131,9 +130,6 @@
   _enlarge_chunks_in_place = MetaspaceEnlargeChunksInPlace;
   _enlarge_chunks_in_place_max_word_size = 256 * K;
 
-  // Optionally, we can shepherd micro cld metaspace allocs to an own root chunk.
-  _separate_micro_cld_allocations = MetaspaceSeparateMicroCLDs;
-
   // Sanity checks.
   guarantee(commit_granule_words() <= chklvl::MAX_CHUNK_WORD_SIZE, "Too large granule size");
   guarantee(is_power_of_2(commit_granule_words()), "granule size must be a power of 2");