8200196: [Graal] implement Object.notify/notifyAll intrinsics

Reviewed-by: iveresov
This commit is contained in:
Dean Long 2018-04-19 16:28:55 -07:00
parent 716ac034c4
commit 054d2a2984
5 changed files with 36 additions and 0 deletions

View file

@ -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) \