< prev index next >

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

Print this page
rev 12234 : [mq]: no_requeue
rev 12237 : [mq]: revert_no_enqueue

*** 656,666 **** // Iterate over the card in the card designated by card_ptr, // applying cl to all references in the region. // mr: the memory region covered by the card. // card_ptr: if we decide that the card is not young and we iterate // over it, we'll clean the card before we start the iteration. ! // Returns true if card was successfully processed, false if an // unparsable part of the heap was encountered, which should only // happen when invoked concurrently with the mutator. bool oops_on_card_seq_iterate_careful(MemRegion mr, FilterOutOfRegionClosure* cl, jbyte* card_ptr); --- 656,666 ---- // Iterate over the card in the card designated by card_ptr, // applying cl to all references in the region. // mr: the memory region covered by the card. // card_ptr: if we decide that the card is not young and we iterate // over it, we'll clean the card before we start the iteration. ! // Returns true if the card was successfully processed, false if an // unparsable part of the heap was encountered, which should only // happen when invoked concurrently with the mutator. bool oops_on_card_seq_iterate_careful(MemRegion mr, FilterOutOfRegionClosure* cl, jbyte* card_ptr);
< prev index next >