< prev index next >

src/hotspot/share/gc/g1/g1RemSet.hpp

Print this page
rev 56302 : [mq]: 8231189-worker_i-renamings

*** 115,125 **** G1GCPhaseTimes::GCParPhases objcopy_phase); // Refine the card corresponding to "card_ptr". Safe to be called concurrently // to the mutator. void refine_card_concurrently(CardValue* card_ptr, ! uint worker_i); // Print accumulated summary info from the start of the VM. void print_summary_info(); // Print accumulated summary info from the last time called. --- 115,125 ---- G1GCPhaseTimes::GCParPhases objcopy_phase); // Refine the card corresponding to "card_ptr". Safe to be called concurrently // to the mutator. void refine_card_concurrently(CardValue* card_ptr, ! uint worker_id); // Print accumulated summary info from the start of the VM. void print_summary_info(); // Print accumulated summary info from the last time called.
< prev index next >