changeset 55498 | e64383344f14 |
parent 55477 | c396e381cfa4 |
child 55587 | 4644b3155fce |
--- a/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp Wed Jun 26 09:06:32 2019 -0400 +++ b/src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp Wed Jun 26 13:18:38 2019 -0400 @@ -348,7 +348,6 @@ // The call below uses stuff (the SATB* things) that are in G1, but probably // belong into a shared location. ShenandoahBarrierSet::satb_mark_queue_set().initialize(this, - SATB_Q_CBL_mon, 20 /* G1SATBProcessCompletedThreshold */, 60 /* G1SATBBufferEnqueueingThresholdPercent */);