Skip to content

Commit 5ea21c3

Browse files
committed
8329878: Reduce public interface of CardTableBarrierSet
Reviewed-by: tschatzl
1 parent a48289a commit 5ea21c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hotspot/share/gc/shared/cardTableBarrierSet.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ class CardTableBarrierSet: public ModRefBarrierSet {
4545
// Some classes get to look at some private stuff.
4646
friend class VMStructs;
4747

48-
public:
49-
50-
typedef CardTable::CardValue CardValue;
5148
protected:
49+
typedef CardTable::CardValue CardValue;
5250
// Used in support of ReduceInitialCardMarks; only consulted if COMPILER2
5351
// or INCLUDE_JVMCI is being used
5452
bool _defer_initial_card_mark;

0 commit comments

Comments
 (0)