comparison src/share/vm/gc_implementation/g1/heapRegionSeq.hpp @ 677:96b229c54d1e

6543938: G1: remove the concept of popularity Reviewed-by: iveresov, tonyp
author apetrusenko
date Wed, 25 Mar 2009 13:10:54 -0700
parents ad8c8ca4ab0f
children bd02caa94611
comparison
equal deleted inserted replaced
649:59f139e8a8d1 677:96b229c54d1e
102 // or else NULL. 102 // or else NULL.
103 HeapRegion* addr_to_region(const void* addr); 103 HeapRegion* addr_to_region(const void* addr);
104 104
105 void print(); 105 void print();
106 106
107 // Prints out runs of empty regions. If the arg is "true" reserved 107 // Prints out runs of empty regions.
108 // (popular regions are considered "empty". 108 void print_empty_runs();
109 void print_empty_runs(bool reserved_are_empty);
110 109
111 }; 110 };