mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +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
|
@ -39,8 +39,7 @@ public:
|
|||
CardTableModRef,
|
||||
CardTableExtension,
|
||||
G1SATBCT,
|
||||
G1SATBCTLogging,
|
||||
Other
|
||||
G1SATBCTLogging
|
||||
};
|
||||
|
||||
enum Flags {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue