< prev index next >

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

Print this page
rev 49525 : [mq]: 8200426-sangheon-review

*** 179,189 **** // The number of bytes copied during the GC. size_t _bytes_copied_during_gc; // Stash a pointer to the g1 heap. ! G1CollectedHeap* _g1; G1GCPhaseTimes* _phase_times; // This set of variables tracks the collector efficiency, in order to // determine whether we should initiate a new marking. --- 179,189 ---- // The number of bytes copied during the GC. size_t _bytes_copied_during_gc; // Stash a pointer to the g1 heap. ! G1CollectedHeap* _g1h; G1GCPhaseTimes* _phase_times; // This set of variables tracks the collector efficiency, in order to // determine whether we should initiate a new marking.
< prev index next >