hotspot/src/share/vm/gc/shared/space.cpp
changeset 35492 c8c0273e6b91
parent 33205 bc9fec5e7656
child 37238 3d0a96116bff
--- a/hotspot/src/share/vm/gc/shared/space.cpp	Thu Jan 14 09:18:11 2016 +0100
+++ b/hotspot/src/share/vm/gc/shared/space.cpp	Thu Jan 14 13:26:19 2016 +0100
@@ -208,9 +208,9 @@
   return top;
 }
 
-void Filtering_DCTOC::walk_mem_region(MemRegion mr,
-                                      HeapWord* bottom,
-                                      HeapWord* top) {
+void FilteringDCTOC::walk_mem_region(MemRegion mr,
+                                     HeapWord* bottom,
+                                     HeapWord* top) {
   // Note that this assumption won't hold if we have a concurrent
   // collector in this space, which may have freed up objects after
   // they were dirtied and before the stop-the-world GC that is