mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8191890: Biased locking still uses the inferior stop the world safepoint for revocation
Revocations are now executed with thread local handshakes instead of safepoints Reviewed-by: dcubed, coleenp, dholmes, rehn, mgronlun
This commit is contained in:
parent
238c17bdb5
commit
fe39168fa7
8 changed files with 410 additions and 261 deletions
|
@ -1106,7 +1106,7 @@ JRT_ENTRY(nmethod*,
|
|||
objects_to_revoke->append(Handle(THREAD, kptr->obj()));
|
||||
}
|
||||
}
|
||||
BiasedLocking::revoke(objects_to_revoke);
|
||||
BiasedLocking::revoke(objects_to_revoke, thread);
|
||||
}
|
||||
}
|
||||
return osr_nm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue