--- old/src/share/vm/gc_implementation/g1/heapRegion.hpp 2014-02-24 12:41:54.931334557 +0100 +++ new/src/share/vm/gc_implementation/g1/heapRegion.hpp 2014-02-24 12:41:54.859334559 +0100 @@ -596,7 +596,7 @@ void save_marks(); // Reset HR stuff to default values. - void hr_clear(bool par, bool clear_space); + void hr_clear(bool par, bool clear_space, bool locked = false); void par_clear(); // Get the start of the unmarked area in this region.