src/share/vm/memory/genRemSet.hpp

changeset 5516
330dfb0476f4
parent 4037
da91efe96a93
child 5519
bd902affe102
     1.1 --- a/src/share/vm/memory/genRemSet.hpp	Fri Aug 09 01:39:11 2013 -0700
     1.2 +++ b/src/share/vm/memory/genRemSet.hpp	Wed Aug 14 09:02:32 2013 +0200
     1.3 @@ -146,11 +146,8 @@
     1.4  
     1.5    // Informs the RS that refs in this generation
     1.6    // may have changed arbitrarily, and therefore may contain
     1.7 -  // old-to-young pointers in arbitrary locations. The parameter
     1.8 -  // younger indicates if the same should be done for younger generations
     1.9 -  // as well. The parameter perm indicates if the same should be done for
    1.10 -  // perm gen as well.
    1.11 -  virtual void invalidate_or_clear(Generation* gen, bool younger) = 0;
    1.12 +  // old-to-young pointers in arbitrary locations.
    1.13 +  virtual void invalidate_or_clear(Generation* gen) = 0;
    1.14  };
    1.15  
    1.16  #endif // SHARE_VM_MEMORY_GENREMSET_HPP

mercurial