< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahWorkerPolicy.hpp

Print this page
rev 50076 : Fold Partial GC into Traversal GC

*** 33,44 **** static uint _prev_par_marking; static uint _prev_conc_marking; static uint _prev_conc_evac; static uint _prev_fullgc; static uint _prev_degengc; - static uint _prev_stw_partial; - static uint _prev_conc_partial; static uint _prev_stw_traversal; static uint _prev_conc_traversal; static uint _prev_conc_update_ref; static uint _prev_par_update_ref; static uint _prev_conc_cleanup; --- 33,42 ----
*** 60,75 **** static uint calc_workers_for_fullgc(); // Calculate workers for parallel degenerated gc static uint calc_workers_for_stw_degenerated(); - // Calculate workers for Stop-the-world partial GC - static uint calc_workers_for_stw_partial(); - - // Calculate workers for concurrent partial GC - static uint calc_workers_for_conc_partial(); - // Calculate workers for Stop-the-world traversal GC static uint calc_workers_for_stw_traversal(); // Calculate workers for concurrent traversal GC static uint calc_workers_for_conc_traversal(); --- 58,67 ----
< prev index next >