src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
changeset 55498 e64383344f14
parent 55477 c396e381cfa4
child 55587 4644b3155fce
equal deleted inserted replaced
55497:d3a33953b936 55498:e64383344f14
   346   }
   346   }
   347 
   347 
   348   // The call below uses stuff (the SATB* things) that are in G1, but probably
   348   // The call below uses stuff (the SATB* things) that are in G1, but probably
   349   // belong into a shared location.
   349   // belong into a shared location.
   350   ShenandoahBarrierSet::satb_mark_queue_set().initialize(this,
   350   ShenandoahBarrierSet::satb_mark_queue_set().initialize(this,
   351                                                          SATB_Q_CBL_mon,
       
   352                                                          20 /* G1SATBProcessCompletedThreshold */,
   351                                                          20 /* G1SATBProcessCompletedThreshold */,
   353                                                          60 /* G1SATBBufferEnqueueingThresholdPercent */);
   352                                                          60 /* G1SATBBufferEnqueueingThresholdPercent */);
   354 
   353 
   355   _monitoring_support = new ShenandoahMonitoringSupport(this);
   354   _monitoring_support = new ShenandoahMonitoringSupport(this);
   356   _phase_timings = new ShenandoahPhaseTimings();
   355   _phase_timings = new ShenandoahPhaseTimings();