mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8199604: Rename CardTableModRefBS to CardTableBarrierSet
Reviewed-by: stefank, pliden
This commit is contained in:
parent
b87298505b
commit
0f92948d6f
80 changed files with 217 additions and 218 deletions
|
@ -87,7 +87,7 @@ protected:
|
|||
MemRegion committed_unique_to_self(int self, MemRegion mr) const;
|
||||
|
||||
// Some barrier sets create tables whose elements correspond to parts of
|
||||
// the heap; the CardTableModRefBS is an example. Such barrier sets will
|
||||
// the heap; the CardTableBarrierSet is an example. Such barrier sets will
|
||||
// normally reserve space for such tables, and commit parts of the table
|
||||
// "covering" parts of the heap that are committed. At most one covered
|
||||
// region per generation is needed.
|
||||
|
@ -114,7 +114,7 @@ public:
|
|||
virtual ~CardTable();
|
||||
virtual void initialize();
|
||||
|
||||
// The kinds of precision a CardTableModRefBS may offer.
|
||||
// The kinds of precision a CardTable may offer.
|
||||
enum PrecisionStyle {
|
||||
Precise,
|
||||
ObjHeadPreciseArray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue