--- old/src/share/vm/gc_implementation/g1/heapRegion.hpp 2014-12-17 09:51:37.335975889 +0100 +++ new/src/share/vm/gc_implementation/g1/heapRegion.hpp 2014-12-17 09:51:37.227971447 +0100 @@ -82,7 +82,8 @@ public: HeapRegionDCTOC(G1CollectedHeap* g1, - HeapRegion* hr, G1ParPushHeapRSClosure* cl, + HeapRegion* hr, + G1ParPushHeapRSClosure* cl, CardTableModRefBS::PrecisionStyle precision); };