From 560cf59626188d7582f601b29d9e2d5bfd0fac7d Mon Sep 17 00:00:00 2001 From: Thomas Schatzl Date: Tue, 5 Mar 2024 11:31:45 +0000 Subject: [PATCH] 8327287: Remove unused FLSVerifyDictionary debug option Reviewed-by: ayang, kbarrett --- 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 6d3edcf8ed9..88549316e8c 100644 --- a/src/hotspot/share/runtime/globals.hpp +++ b/src/hotspot/share/runtime/globals.hpp @@ -898,9 +898,6 @@ const int ObjectAlignmentInBytes = 8; develop(bool, TraceOopMapRewrites, false, \ "Trace rewriting of methods during oop map generation") \ \ - develop(bool, FLSVerifyDictionary, false, \ - "Do lots of (expensive) FLS dictionary verification") \ - \ product(uintx, ProcessDistributionStride, 4, \ "Stride through processors when distributing processes") \ range(0, max_juint) \