< prev index next >

src/hotspot/share/gc/shared/collectedHeap.hpp

Print this page
rev 57719 : imported patch 8235860-remove-serial-old-gc

*** 365,375 **** // Total number of GC collections (started) unsigned int total_collections() const { return _total_collections; } unsigned int total_full_collections() const { return _total_full_collections;} // Increment total number of GC collections (started) - // Should be protected but used by PSMarkSweep - cleanup for 1.4.2 void increment_total_collections(bool full = false) { _total_collections++; if (full) { increment_total_full_collections(); } --- 365,374 ----
< prev index next >