8313922: Remove unused WorkerPolicy::_debug_perturbation

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-08-09 09:13:34 +00:00
parent 6e3cc131da
commit 9cf12bb977

View File

@ -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;