mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8022800: Use specific generations rather than generation iteration
Reviewed-by: jmasa, ehelin
This commit is contained in:
parent
7cea3820af
commit
19ba466575
8 changed files with 41 additions and 80 deletions
|
@ -146,11 +146,8 @@ public:
|
|||
|
||||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue