8072817: CardTableExtension kind() should be BarrierSet::CardTableExtension

Use BarrierSet::CardTableForRS where needed, and update concrete bs tags.

Reviewed-by: jwilhelm, jmasa
This commit is contained in:
Kim Barrett 2015-08-18 17:48:35 -04:00
parent 97882998ad
commit 7706e36194
23 changed files with 50 additions and 48 deletions

View file

@ -2253,6 +2253,7 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
\
declare_constant(BarrierSet::ModRef) \
declare_constant(BarrierSet::CardTableModRef) \
declare_constant(BarrierSet::CardTableForRS) \
declare_constant(BarrierSet::CardTableExtension) \
declare_constant(BarrierSet::G1SATBCT) \
declare_constant(BarrierSet::G1SATBCTLogging) \