8224795: some runtime/SelectionResolution tests are timing out

Reviewed-by: dholmes, thartmann
This commit is contained in:
Robbin Ehn 2019-05-28 20:47:47 +02:00
parent 7690d3f682
commit 043e3d767c

View File

@ -1261,7 +1261,7 @@ void nmethod::log_state_change() const {
void nmethod::unlink_from_method() {
if (method() != NULL) {
method()->unlink_code();
method()->unlink_code(this);
}
}