We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd62bc commit a49a0c5Copy full SHA for a49a0c5
src/hotspot/share/gc/shared/generation.hpp
@@ -126,11 +126,6 @@ class Generation: public CHeapObj<mtGC> {
126
127
virtual Generation::Name kind() { return Generation::Other; }
128
129
- // This properly belongs in the collector, but for now this
130
- // will do.
131
- virtual bool refs_discovery_is_atomic() const { return true; }
132
- virtual bool refs_discovery_is_mt() const { return false; }
133
-
134
// Space inquiries (results in bytes)
135
size_t initial_size();
136
virtual size_t capacity() const = 0; // The maximum number of object bytes the
0 commit comments