--- old/src/hotspot/share/code/nmethod.hpp 2019-05-03 10:53:47.182101089 +0200 +++ new/src/hotspot/share/code/nmethod.hpp 2019-05-03 10:53:46.718085315 +0200 @@ -119,7 +119,7 @@ // used by jvmti to track if an unload event has been posted for this nmethod. bool _unload_reported; - // Protected by Patching_lock + // Protected by CompiledMethod_lock volatile signed char _state; // {not_installed, in_use, not_entrant, zombie, unloaded} #ifdef ASSERT