8224795: some runtime/SelectionResolution tests are timing out
Reviewed-by: dholmes, thartmann
This commit is contained in:
parent
7690d3f682
commit
043e3d767c
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user