We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde0e35 commit f4b5065Copy full SHA for f4b5065
src/hotspot/share/memory/iterator.hpp
@@ -233,13 +233,6 @@ class SpaceClosure : public StackObj {
233
virtual void do_space(Space* s) = 0;
234
};
235
236
-class CompactibleSpaceClosure : public StackObj {
237
- public:
238
- // Called for each compactible space
239
- virtual void do_space(CompactibleSpace* s) = 0;
240
-};
241
-
242
243
// CodeBlobClosure is used for iterating through code blobs
244
// in the code cache or on thread stacks
245
0 commit comments