8324132: G1: Remove unimplemented G1MonitoringSupport::recalculate_eden_size

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2024-01-18 15:23:11 +00:00
parent 8e534598b5
commit a2b117ae02

View File

@ -180,8 +180,6 @@ class G1MonitoringSupport : public CHeapObj<mtGC> {
// Recalculate all the sizes.
void recalculate_sizes();
void recalculate_eden_size();
public:
G1MonitoringSupport(G1CollectedHeap* g1h);
~G1MonitoringSupport();