mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8200196: [Graal] implement Object.notify/notifyAll intrinsics
Reviewed-by: iveresov
This commit is contained in:
parent
716ac034c4
commit
054d2a2984
5 changed files with 36 additions and 0 deletions
|
@ -625,6 +625,8 @@
|
|||
declare_function(JVMCIRuntime::exception_handler_for_pc) \
|
||||
declare_function(JVMCIRuntime::monitorenter) \
|
||||
declare_function(JVMCIRuntime::monitorexit) \
|
||||
declare_function(JVMCIRuntime::object_notify) \
|
||||
declare_function(JVMCIRuntime::object_notifyAll) \
|
||||
declare_function(JVMCIRuntime::throw_and_post_jvmti_exception) \
|
||||
declare_function(JVMCIRuntime::throw_klass_external_name_exception) \
|
||||
declare_function(JVMCIRuntime::throw_class_cast_exception) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue