comparison src/share/vm/gc_implementation/g1/collectionSetChooser.hpp @ 2435:371bbc844bf1

7027766: G1: introduce flag to dump the liveness information per region at the end of marking Summary: Repurpose the existing flag G1PrintRegionLivenessInfo to print out the liveness distribution across the regions in the heap at the end of marking. Reviewed-by: iveresov, jwilhelm
author tonyp
date Mon, 04 Apr 2011 14:23:17 -0400
parents f95d63e2154a
children b9390528617c
comparison
equal deleted inserted replaced
2434:c84ee870e0b9 2435:371bbc844bf1
98 98
99 HeapRegion* getNextMarkedRegion(double time_so_far, double avg_prediction); 99 HeapRegion* getNextMarkedRegion(double time_so_far, double avg_prediction);
100 100
101 CollectionSetChooser(); 101 CollectionSetChooser();
102 102
103 void printSortedHeapRegions();
104
105 void sortMarkedHeapRegions(); 103 void sortMarkedHeapRegions();
106 void fillCache(); 104 void fillCache();
107 bool addRegionToCache(void); 105 bool addRegionToCache(void);
108 void addMarkedHeapRegion(HeapRegion *hr); 106 void addMarkedHeapRegion(HeapRegion *hr);
109 107