From 5db50aca6925b3922bbd030cf981c5befb3df1e0 Mon Sep 17 00:00:00 2001 From: Zhengyu Gu Date: Wed, 28 Feb 2024 13:55:48 +0000 Subject: [PATCH] 8326892: Remove unused PSAdaptiveSizePolicyResizeVirtualSpaceAlot develop flag Reviewed-by: gli, tschatzl --- src/hotspot/share/gc/shared/gc_globals.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hotspot/share/gc/shared/gc_globals.hpp b/src/hotspot/share/gc/shared/gc_globals.hpp index 57705dc0455..25e581cae67 100644 --- a/src/hotspot/share/gc/shared/gc_globals.hpp +++ b/src/hotspot/share/gc/shared/gc_globals.hpp @@ -345,10 +345,6 @@ product(bool, UseAdaptiveSizePolicyWithSystemGC, false, \ "Include statistics from System.gc() for adaptive size policy") \ \ - develop(intx, PSAdaptiveSizePolicyResizeVirtualSpaceAlot, -1, \ - "Resize the virtual spaces of the young or old generations") \ - range(-1, 1) \ - \ product(uint, AdaptiveSizeThroughPutPolicy, 0, \ "Policy for changing generation size for throughput goals") \ range(0, 1) \