--- old/src/hotspot/share/code/nmethod.cpp 2019-08-28 08:39:16.901066097 +0200 +++ new/src/hotspot/share/code/nmethod.cpp 2019-08-28 08:39:16.703059347 +0200 @@ -1280,7 +1280,7 @@ void nmethod::unlink_from_method() { if (method() != NULL) { - method()->unlink_code(); + method()->unlink_code(this); } }