hotspot/src/share/vm/memory/cardTableRS.hpp
changeset 19289 213031f03f61
parent 19286 48394008c803
child 22548 d54e4339811f
--- a/hotspot/src/share/vm/memory/cardTableRS.hpp	Wed Aug 14 13:49:36 2013 +0200
+++ b/hotspot/src/share/vm/memory/cardTableRS.hpp	Thu Aug 15 10:05:50 2013 +0200
@@ -142,12 +142,12 @@
   void verify_aligned_region_empty(MemRegion mr);
 
   void clear(MemRegion mr) { _ct_bs->clear(mr); }
-  void clear_into_younger(Generation* gen);
+  void clear_into_younger(Generation* old_gen);
 
   void invalidate(MemRegion mr, bool whole_heap = false) {
     _ct_bs->invalidate(mr, whole_heap);
   }
-  void invalidate_or_clear(Generation* gen);
+  void invalidate_or_clear(Generation* old_gen);
 
   static uintx ct_max_alignment_constraint() {
     return CardTableModRefBS::ct_max_alignment_constraint();