--- old/src/share/vm/gc/g1/g1CollectorPolicy.hpp 2016-02-04 14:44:10.426440788 +0100 +++ new/src/share/vm/gc/g1/g1CollectorPolicy.hpp 2016-02-04 14:44:10.334436967 +0100 @@ -402,9 +402,6 @@ // an evacuation pause. size_t _inc_cset_bytes_used_before; - // Used to record the highest end of heap region in collection set - HeapWord* _inc_cset_max_finger; - // The RSet lengths recorded for regions in the CSet. It is updated // by the thread that adds a new region to the CSet. We assume that // only one thread can be allocating a new CSet region (currently,