--- old/src/hotspot/share/gc/shared/collectedHeap.hpp 2019-12-18 16:37:00.745672867 +0100 +++ new/src/hotspot/share/gc/shared/collectedHeap.hpp 2019-12-18 16:37:00.561670379 +0100 @@ -367,7 +367,6 @@ 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) {