From a2b117ae024e400eda8433a95a091d56818588af Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Thu, 18 Jan 2024 15:23:11 +0000 Subject: [PATCH] 8324132: G1: Remove unimplemented G1MonitoringSupport::recalculate_eden_size Reviewed-by: tschatzl --- src/hotspot/share/gc/g1/g1MonitoringSupport.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp b/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp index 769a6fe831c..a1b9d6c985b 100644 --- a/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp +++ b/src/hotspot/share/gc/g1/g1MonitoringSupport.hpp @@ -180,8 +180,6 @@ class G1MonitoringSupport : public CHeapObj { // Recalculate all the sizes. void recalculate_sizes(); - void recalculate_eden_size(); - public: G1MonitoringSupport(G1CollectedHeap* g1h); ~G1MonitoringSupport();