From 9cf12bb977df44b81854ba16cd869c38b8d44450 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Wed, 9 Aug 2023 09:13:34 +0000 Subject: [PATCH] 8313922: Remove unused WorkerPolicy::_debug_perturbation Reviewed-by: tschatzl --- src/hotspot/share/gc/shared/workerPolicy.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/share/gc/shared/workerPolicy.hpp b/src/hotspot/share/gc/shared/workerPolicy.hpp index 769b0e0ed8b..89a49ea2221 100644 --- a/src/hotspot/share/gc/shared/workerPolicy.hpp +++ b/src/hotspot/share/gc/shared/workerPolicy.hpp @@ -31,7 +31,6 @@ class WorkerPolicy : public AllStatic { static const uint GCWorkersPerJavaThread = 2; - static bool _debug_perturbation; static uint _parallel_worker_threads; static bool _parallel_worker_threads_initialized;