8315039: Parallel: Remove unimplemented PSYoungGen::oop_iterate

Reviewed-by: kbarrett, tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-08-28 10:51:00 +00:00
parent 5c4f1dc43e
commit dd23f7d5cd

@ -134,7 +134,6 @@ class PSYoungGen : public CHeapObj<mtGC> {
}
// Iteration.
void oop_iterate(OopIterateClosure* cl);
void object_iterate(ObjectClosure* cl);
void reset_survivors_after_shrink();