--- old/src/hotspot/share/runtime/objectMonitor.cpp 2018-09-17 23:28:40.159747433 -0700 +++ new/src/hotspot/share/runtime/objectMonitor.cpp 2018-09-17 23:28:39.943747440 -0700 @@ -101,7 +101,6 @@ // The knob* variables are effectively final. Once set they should // never be modified hence. Consider using __read_mostly with GCC. -int ObjectMonitor::Knob_VerifyMatch = 0; int ObjectMonitor::Knob_SpinLimit = 5000; // derived by an external tool - static int Knob_SpinBase = 0; // Floor AKA SpinMin