< prev index next >

src/share/vm/gc/g1/concurrentMark.hpp

Print this page

        

*** 448,458 **** double _total_counting_time; double _total_rs_scrub_time; double* _accum_task_vtime; // Accumulated task vtime ! FlexibleWorkGang* _parallel_workers; ForceOverflowSettings _force_overflow_conc; ForceOverflowSettings _force_overflow_stw; void weakRefsWorkParallelPart(BoolObjectClosure* is_alive, bool purged_classes); --- 448,458 ---- double _total_counting_time; double _total_rs_scrub_time; double* _accum_task_vtime; // Accumulated task vtime ! WorkGang* _parallel_workers; ForceOverflowSettings _force_overflow_conc; ForceOverflowSettings _force_overflow_stw; void weakRefsWorkParallelPart(BoolObjectClosure* is_alive, bool purged_classes);
< prev index next >