diff -r 1f2cd8329576 -r 98408c7c0b73 src/hotspot/share/code/compiledMethod.cpp --- a/src/hotspot/share/code/compiledMethod.cpp Fri Dec 07 11:15:18 2018 +0100 +++ b/src/hotspot/share/code/compiledMethod.cpp Fri Dec 07 13:15:35 2018 +0100 @@ -556,6 +556,7 @@ void CompiledMethod::cleanup_inline_caches(bool clean_all) { for (;;) { + ICRefillVerifier ic_refill_verifier; { CompiledICLocker ic_locker(this); if (cleanup_inline_caches_impl(false, clean_all)) { return;