--- old/src/hotspot/share/code/compiledIC.cpp 2019-07-30 16:02:28.306460089 -0400 +++ new/src/hotspot/share/code/compiledIC.cpp 2019-07-30 16:02:28.090460096 -0400 @@ -52,8 +52,7 @@ CompiledICLocker::CompiledICLocker(CompiledMethod* method) : _method(method), _behaviour(CompiledICProtectionBehaviour::current()), - _locked(_behaviour->lock(_method)), - _nsv(true, !SafepointSynchronize::is_at_safepoint()) { + _locked(_behaviour->lock(_method)) { } CompiledICLocker::~CompiledICLocker() {