// Record collection counters for later use when deciding whether a GC has // been run since the counter state was recorded. class G1GCCounters {
uint _total_collections;
uint _total_full_collections;
uint _old_marking_cycles_started;
public:
G1GCCounters() {} // Uninitialized
// Capture the current counters from the heap. The caller must ensure no // collections will occur while this constructor is executing. explicit G1GCCounters(G1CollectedHeap* g1h);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.