diff src/share/vm/memory/cardTableRS.hpp @ 12030:330dfb0476f4

8022800: Use specific generations rather than generation iteration Reviewed-by: jmasa, ehelin
author brutisso
date Wed, 14 Aug 2013 09:02:32 +0200
parents f9be75d21404
children bd902affe102
line wrap: on
line diff
--- a/src/share/vm/memory/cardTableRS.hpp	Fri Aug 09 01:39:11 2013 -0700
+++ b/src/share/vm/memory/cardTableRS.hpp	Wed Aug 14 09:02:32 2013 +0200
@@ -147,7 +147,7 @@
   void invalidate(MemRegion mr, bool whole_heap = false) {
     _ct_bs->invalidate(mr, whole_heap);
   }
-  void invalidate_or_clear(Generation* gen, bool younger);
+  void invalidate_or_clear(Generation* gen);
 
   static uintx ct_max_alignment_constraint() {
     return CardTableModRefBS::ct_max_alignment_constraint();