< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.cpp

Print this page
rev 56111 : [mq]: fix

*** 1685,1696 **** G1SATBBufferEnqueueingThresholdPercent); // process_completed_buffers_threshold and max_completed_buffers are updated // later, based on the concurrent refinement object. G1BarrierSet::dirty_card_queue_set().initialize(DirtyCardQ_CBL_mon, ! &bs->dirty_card_queue_buffer_allocator(), ! true); // init_free_ids // Create the hot card cache. _hot_card_cache = new G1HotCardCache(this); // Carve out the G1 part of the heap. --- 1685,1695 ---- G1SATBBufferEnqueueingThresholdPercent); // process_completed_buffers_threshold and max_completed_buffers are updated // later, based on the concurrent refinement object. G1BarrierSet::dirty_card_queue_set().initialize(DirtyCardQ_CBL_mon, ! &bs->dirty_card_queue_buffer_allocator()); // Create the hot card cache. _hot_card_cache = new G1HotCardCache(this); // Carve out the G1 part of the heap.
< prev index next >