< prev index next >

src/share/vm/gc_implementation/shenandoah/shenandoahWorkerPolicy.hpp

Print this page
rev 10637 : [backport] Purge partial heuristics and connection matrix infrastructure

*** 33,43 **** 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_update_ref; static uint _prev_par_update_ref; static uint _prev_conc_cleanup; public: --- 33,42 ----
*** 54,66 **** static uint calc_workers_for_conc_evac(); // Calculate workers for parallel full gc static uint calc_workers_for_fullgc(); - // Calculate workers for Stop-the-world partial GC - static uint calc_workers_for_stw_partial(); - // Calculate workers for parallel degenerated gc static uint calc_workers_for_stw_degenerated(); // Calculate workers for concurrent reference update static uint calc_workers_for_conc_update_ref(); --- 53,62 ----
< prev index next >