diff -r df2af0ed648d -r c04a7462b0e6 hotspot/src/share/vm/gc/shared/generationSpec.cpp --- 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::DictionaryChoice)CMSDictionaryChoice); + g = new ConcurrentMarkSweepGeneration(rs, init_size(), remset); g->initialize_performance_counters();