From 754e4196daeb99d8f3aeedf75ee7f45ac904b0ec Mon Sep 17 00:00:00 2001 From: Elif Aslan Date: Tue, 11 Nov 2025 17:55:25 +0000 Subject: [PATCH] Backport 09b88098ff544fec1a4e94bfbbdc21b6c8433abb --- src/hotspot/share/runtime/globals.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hotspot/share/runtime/globals.hpp b/src/hotspot/share/runtime/globals.hpp index bcd6d0291d5..5cf3f84e6ad 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -992,9 +992,6 @@ const int ObjectAlignmentInBytes = 8; develop(bool, TraceMethodReplacement, false, \ "Print when methods are replaced do to recompilation") \ \ - product(bool, PrintMethodFlushingStatistics, false, DIAGNOSTIC, \ - "print statistics about method flushing") \ - \ product(intx, MinPassesBeforeFlush, 10, DIAGNOSTIC, \ "Minimum number of sweeper passes before an nmethod " \ "can be flushed") \