--- old/src/share/vm/memory/genCollectedHeap.hpp 2015-04-01 13:10:52.651835803 +0200 +++ new/src/share/vm/memory/genCollectedHeap.hpp 2015-04-01 13:10:52.543835808 +0200 @@ -331,7 +331,6 @@ _old_gen->update_gc_stats(current_level, full); } - // Override. bool no_gc_in_progress() { return !is_gc_active(); } // Override. --- old/src/share/vm/memory/sharedHeap.hpp 2015-04-01 13:10:52.847835795 +0200 +++ new/src/share/vm/memory/sharedHeap.hpp 2015-04-01 13:10:52.743835799 +0200 @@ -124,8 +124,6 @@ // NULL. virtual Space* space_containing(const void* addr) const = 0; - bool no_gc_in_progress() { return !is_gc_active(); } - // Note, the below comment needs to be updated to reflect the changes // introduced by JDK-8076225. This should be done as part of JDK-8076289. //