src/hotspot/share/gc/g1/heapRegion.inline.hpp
changeset 59218 a1155217a563
parent 58980 47c20fc6a517
child 59252 623722a6aeb9
--- a/src/hotspot/share/gc/g1/heapRegion.inline.hpp	Mon Nov 18 16:49:39 2019 +0100
+++ b/src/hotspot/share/gc/g1/heapRegion.inline.hpp	Fri Nov 22 10:03:38 2019 +0100
@@ -304,7 +304,7 @@
 
 template <bool is_gc_active, class Closure>
 HeapWord* HeapRegion::oops_on_memregion_seq_iterate_careful(MemRegion mr,
-                                                       Closure* cl) {
+                                                            Closure* cl) {
   assert(MemRegion(bottom(), end()).contains(mr), "Card region not in heap region");
   G1CollectedHeap* g1h = G1CollectedHeap::heap();