hotspot/src/share/vm/gc/shared/generationSpec.cpp
changeset 33587 c04a7462b0e6
parent 33212 906b3d079b13
--- a/hotspot/src/share/vm/gc/shared/generationSpec.cpp	Wed Oct 21 17:16:02 2015 -0400
+++ b/hotspot/src/share/vm/gc/shared/generationSpec.cpp	Thu Oct 22 08:53:13 2015 +0200
@@ -58,9 +58,7 @@
       // else registers with an existing CMSCollector
 
       ConcurrentMarkSweepGeneration* g = NULL;
-      g = new ConcurrentMarkSweepGeneration(rs,
-                 init_size(), remset, UseCMSAdaptiveFreeLists,
-                 (FreeBlockDictionary<FreeChunk>::DictionaryChoice)CMSDictionaryChoice);
+      g = new ConcurrentMarkSweepGeneration(rs, init_size(), remset);
 
       g->initialize_performance_counters();