changeset 56429:f6260463dbe4

8224795: some runtime/SelectionResolution tests are timing out Reviewed-by: dholmes, thartmann
author rehn
date Tue, 28 May 2019 20:47:47 +0200
parents 52a1bebd1355
children 6e0786d8451b
files src/hotspot/share/code/nmethod.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
   }
 }