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
|
@ -77,7 +77,6 @@
|
|||
template(HandshakeAllThreads) \
|
||||
template(HandshakeFallback) \
|
||||
template(EnableBiasedLocking) \
|
||||
template(RevokeBias) \
|
||||
template(BulkRevokeBias) \
|
||||
template(PopulateDumpSharedSpace) \
|
||||
template(JNIFunctionTableCopier) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue