--- old/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp 2014-12-18 11:26:51.775568628 +0100 +++ new/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp 2014-12-18 11:26:51.697566347 +0100 @@ -185,7 +185,7 @@ // Returns whether this remembered set (and all sub-sets) have an occupancy // that is less or equal than the given occupancy. - bool occupancy_less_or_equal_than(size_t occ) const; + bool occupancy_less_or_equal_than(size_t limit) const; // Removes any entries shown by the given bitmaps to contain only dead // objects. Not thread safe.