We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48289a commit 5ea21c3Copy full SHA for 5ea21c3
src/hotspot/share/gc/shared/cardTableBarrierSet.hpp
@@ -45,10 +45,8 @@ class CardTableBarrierSet: public ModRefBarrierSet {
45
// Some classes get to look at some private stuff.
46
friend class VMStructs;
47
48
-public:
49
-
50
- typedef CardTable::CardValue CardValue;
51
protected:
+ typedef CardTable::CardValue CardValue;
52
// Used in support of ReduceInitialCardMarks; only consulted if COMPILER2
53
// or INCLUDE_JVMCI is being used
54
bool _defer_initial_card_mark;
0 commit comments