8224795: some runtime/SelectionResolution tests are timing out
authorrehn
Tue, 28 May 2019 20:47:47 +0200
changeset 55068 f6260463dbe4
parent 55067 52a1bebd1355
child 55069 6e0786d8451b
8224795: some runtime/SelectionResolution tests are timing out Reviewed-by: dholmes, thartmann
src/hotspot/share/code/nmethod.cpp
--- 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);
   }
 }