src/hotspot/share/code/nmethod.cpp
changeset 55068 f6260463dbe4
parent 55005 9b70ebd131b4
child 55293 d19dc5b10fbb
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/code/nmethod.cpp	Tue May 28 14:29:29 2019 -0400
+++ b/src/hotspot/share/code/nmethod.cpp	Tue May 28 20:47:47 2019 +0200
@@ -1261,7 +1261,7 @@
 
 void nmethod::unlink_from_method() {
   if (method() != NULL) {
-    method()->unlink_code();
+    method()->unlink_code(this);
   }
 }