Skip to content

Commit 74b11cc

Browse files
committedApr 24, 2024
8331004: Serial: Remove unused GenClosure
Reviewed-by: gli, tschatzl
1 parent 45ed97f commit 74b11cc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎src/hotspot/share/gc/serial/serialHeap.hpp

-9
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,6 @@ class SerialHeap : public CollectedHeap {
236236

237237
void print_heap_change(const PreGenGCValues& pre_gc_values) const;
238238

239-
// The functions below are helper functions that a subclass of
240-
// "CollectedHeap" can use in the implementation of its virtual
241-
// functions.
242-
243-
class GenClosure : public StackObj {
244-
public:
245-
virtual void do_generation(Generation* gen) = 0;
246-
};
247-
248239
// Return "true" if all generations have reached the
249240
// maximal committed limit that they can reach, without a garbage
250241
// collection.

0 commit comments

Comments
 (0)
Please sign in to comment.