< prev index next >

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

Print this page
rev 47864 : 8191564: Refactor GC related servicability code into GC specific subclasses

*** 201,210 **** --- 201,212 ---- // Outside of GC pauses, the number of bytes used in all regions other // than the current allocation region(s). size_t _summary_bytes_used; + virtual GCServicabilitySupport* create_servicability_support(); + void increase_used(size_t bytes); void decrease_used(size_t bytes); void set_used(size_t bytes);
< prev index next >