8316021: Serial: Remove unused Generation::post_compact

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-09-13 13:40:54 +00:00
parent f9ab115acb
commit b3dad2443a

@ -311,7 +311,6 @@ class Generation: public CHeapObj<mtGC> {
virtual void adjust_pointers();
// Mark sweep support phase4
virtual void compact();
virtual void post_compact() { ShouldNotReachHere(); }
#endif
// Accessing "marks".