Skip to content

Commit a49a0c5

Browse files
author
Kim Barrett
committedAug 27, 2021
8273062: Generation::refs_discovery_is_xxx functions are unused
Reviewed-by: ayang
1 parent ebd62bc commit a49a0c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/hotspot/share/gc/shared/generation.hpp

-5
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ class Generation: public CHeapObj<mtGC> {
126126

127127
virtual Generation::Name kind() { return Generation::Other; }
128128

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-
134129
// Space inquiries (results in bytes)
135130
size_t initial_size();
136131
virtual size_t capacity() const = 0; // The maximum number of object bytes the

0 commit comments

Comments
 (0)
Please sign in to comment.