< prev index next >

src/share/vm/gc_implementation/g1/heapRegion.hpp

Print this page
rev 7555 : [mq]: propagate_scanrs_closure
rev 7556 : [mq]: review-comments

@@ -80,11 +80,12 @@
   // or possibly more efficient walking.
   void walk_mem_region(MemRegion mr, HeapWord* bottom, HeapWord* top);
 
 public:
   HeapRegionDCTOC(G1CollectedHeap* g1,
-                  HeapRegion* hr, G1ParPushHeapRSClosure* cl,
+                  HeapRegion* hr,
+                  G1ParPushHeapRSClosure* cl,
                   CardTableModRefBS::PrecisionStyle precision);
 };
 
 // The complicating factor is that BlockOffsetTable diverged
 // significantly, and we need functionality that is only in the G1 version.
< prev index next >