< prev index next >

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

Print this page
rev 49076 : Traversal: Initialize extra liveness arrays when conc-threads > par-threads

*** 69,78 **** --- 69,80 ---- static uint calc_workers_for_conc_partial(); // Calculate workers for Stop-the-world traversal GC static uint calc_workers_for_stw_traversal(); + static uint prev_stw_traversal() { return _prev_stw_traversal; } + // Calculate workers for concurrent traversal GC static uint calc_workers_for_conc_traversal(); // Calculate workers for concurrent reference update static uint calc_workers_for_conc_update_ref();
< prev index next >