< prev index next >

src/hotspot/share/gc/shared/genCollectedHeap.cpp

Print this page
rev 51152 : [mq]: gcbuildoptionspatch

*** 182,192 **** --- 182,194 ---- initialize_size_policy(def_new_gen->eden()->capacity(), _old_gen->capacity(), def_new_gen->from()->capacity()); + #if INCLUDE_SERIALGC MarkSweep::initialize(); + #endif } void GenCollectedHeap::ref_processing_init() { _young_gen->ref_processor_init(); _old_gen->ref_processor_init();
< prev index next >