mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8224795: some runtime/SelectionResolution tests are timing out
Reviewed-by: dholmes, thartmann
This commit is contained in:
parent
7690d3f682
commit
043e3d767c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue