< prev index next >

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

Print this page

        

*** 248,259 **** // this list. // Num_regions must be > 1. void remove_starting_at(HeapRegion* first, uint num_regions); virtual void verify(); - - virtual void print_on(outputStream* out, bool print_contents = false); }; // Iterator class that provides a convenient way to iterate over the // regions of a FreeRegionList. --- 248,257 ----
< prev index next >