diff src/share/vm/memory/genRemSet.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 da91efe96a93
children bd902affe102
line wrap: on
line diff
--- a/src/share/vm/memory/genRemSet.hpp	Fri Aug 09 01:39:11 2013 -0700
+++ b/src/share/vm/memory/genRemSet.hpp	Wed Aug 14 09:02:32 2013 +0200
@@ -146,11 +146,8 @@
 
   // Informs the RS that refs in this generation
   // may have changed arbitrarily, and therefore may contain
-  // old-to-young pointers in arbitrary locations. The parameter
-  // younger indicates if the same should be done for younger generations
-  // as well. The parameter perm indicates if the same should be done for
-  // perm gen as well.
-  virtual void invalidate_or_clear(Generation* gen, bool younger) = 0;
+  // old-to-young pointers in arbitrary locations.
+  virtual void invalidate_or_clear(Generation* gen) = 0;
 };
 
 #endif // SHARE_VM_MEMORY_GENREMSET_HPP