mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8075171: Contended Locking fast notify bucket
JEP-143/JDK-8073165 Contended Locking fast notify bucket Co-authored-by: Dave Dice <dave.dice@oracle.com> Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com> Reviewed-by: dholmes, acorn, dice, dcubed
This commit is contained in:
parent
a692c78dfc
commit
d7f565d9eb
10 changed files with 242 additions and 169 deletions
|
@ -679,6 +679,10 @@
|
|||
do_name( getClass_name, "getClass") \
|
||||
do_intrinsic(_clone, java_lang_Object, clone_name, void_object_signature, F_R) \
|
||||
do_name( clone_name, "clone") \
|
||||
do_intrinsic(_notify, java_lang_Object, notify_name, void_method_signature, F_R) \
|
||||
do_name( notify_name, "notify") \
|
||||
do_intrinsic(_notifyAll, java_lang_Object, notifyAll_name, void_method_signature, F_R) \
|
||||
do_name( notifyAll_name, "notifyAll") \
|
||||
\
|
||||
/* Math & StrictMath intrinsics are defined in terms of just a few signatures: */ \
|
||||
do_class(java_lang_Math, "java/lang/Math") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue