src/hotspot/share/code/nmethod.cpp
changeset 55068 f6260463dbe4
parent 55005 9b70ebd131b4
child 55293 d19dc5b10fbb
child 58678 9cf78a70fa4f
equal deleted inserted replaced
55067:52a1bebd1355 55068:f6260463dbe4
  1259   }
  1259   }
  1260 }
  1260 }
  1261 
  1261 
  1262 void nmethod::unlink_from_method() {
  1262 void nmethod::unlink_from_method() {
  1263   if (method() != NULL) {
  1263   if (method() != NULL) {
  1264     method()->unlink_code();
  1264     method()->unlink_code(this);
  1265   }
  1265   }
  1266 }
  1266 }
  1267 
  1267 
  1268 /**
  1268 /**
  1269  * Common functionality for both make_not_entrant and make_zombie
  1269  * Common functionality for both make_not_entrant and make_zombie