--- old/src/share/vm/gc/g1/g1CollectedHeap.hpp 2016-03-23 15:56:34.934006310 +0100 +++ new/src/share/vm/gc/g1/g1CollectedHeap.hpp 2016-03-23 15:56:34.816001303 +0100 @@ -1281,12 +1281,6 @@ return true; } - // The reference pending list lock is acquired from from the - // ConcurrentMarkThread. - virtual bool needs_reference_pending_list_locker_thread() const { - return true; - } - inline bool is_in_young(const oop obj); virtual bool is_scavengable(const void* addr);