< prev index next > src/hotspot/share/gc/shenandoah/shenandoahWorkerPolicy.hpp
Print this page
static uint calc_workers_for_init_marking();
// Calculate the number of workers for concurrent marking
static uint calc_workers_for_conc_marking();
+ // Calculate the number of workers for remembered set scanning
+ static uint calc_workers_for_rs_scanning();
+
// Calculate the number of workers for final marking
static uint calc_workers_for_final_marking();
// Calculate workers for concurrent root processing
static uint calc_workers_for_conc_root_processing();
< prev index next >