< prev index next >

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

Print this page
rev 11463 : Backport Traversal GC

*** 65,74 **** --- 65,75 ---- void setup_for_idle(); void setup_for_mark(); void setup_for_evac(); void setup_for_updaterefs(); + void setup_for_traversal(); inline void report_mark(size_t words); inline void report_evac(size_t words); inline void report_updaterefs(size_t words);
< prev index next >