mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8071805: BarrierSet::Other is not used and should be removed
Remove all occurences of BarrierSet::Other because the barrier set kind is never set to Other. Reviewed-by: tschatzl, kbarrett
This commit is contained in:
parent
3e6220b1ab
commit
00d9c7a2d1
8 changed files with 1 additions and 12 deletions
|
@ -2213,7 +2213,6 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
|
|||
declare_constant(BarrierSet::CardTableExtension) \
|
||||
declare_constant(BarrierSet::G1SATBCT) \
|
||||
declare_constant(BarrierSet::G1SATBCTLogging) \
|
||||
declare_constant(BarrierSet::Other) \
|
||||
\
|
||||
declare_constant(BlockOffsetSharedArray::LogN) \
|
||||
declare_constant(BlockOffsetSharedArray::LogN_words) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue