Skip to content

Commit f4b5065

Browse files
committedNov 23, 2022
8297435: Remove unused CompactibleSpaceClosure
Reviewed-by: dholmes
1 parent bde0e35 commit f4b5065

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎src/hotspot/share/memory/iterator.hpp

-7
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,6 @@ class SpaceClosure : public StackObj {
233233
virtual void do_space(Space* s) = 0;
234234
};
235235

236-
class CompactibleSpaceClosure : public StackObj {
237-
public:
238-
// Called for each compactible space
239-
virtual void do_space(CompactibleSpace* s) = 0;
240-
};
241-
242-
243236
// CodeBlobClosure is used for iterating through code blobs
244237
// in the code cache or on thread stacks
245238

0 commit comments

Comments
 (0)
Please sign in to comment.