--- old/src/hotspot/share/gc/g1/g1CollectedHeap.cpp 2019-08-28 20:08:14.963221655 -0400 +++ new/src/hotspot/share/gc/g1/g1CollectedHeap.cpp 2019-08-28 20:08:14.623203341 -0400 @@ -1687,8 +1687,7 @@ // 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 + &bs->dirty_card_queue_buffer_allocator()); // Create the hot card cache. _hot_card_cache = new G1HotCardCache(this);