8199604: Rename CardTableModRefBS to CardTableBarrierSet

Reviewed-by: stefank, pliden
This commit is contained in:
Erik Österlund 2018-03-19 07:38:18 +01:00
parent b87298505b
commit 0f92948d6f
80 changed files with 217 additions and 218 deletions

View file

@ -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