8263776: [JVMCI] add helper to perform Java upcalls

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2021-03-23 05:48:20 +00:00
parent b23228d152
commit 6b4c654186
3 changed files with 114 additions and 0 deletions

View file

@ -684,6 +684,8 @@
declare_function(JVMCIRuntime::dynamic_new_array_or_null) \
declare_function(JVMCIRuntime::dynamic_new_instance_or_null) \
\
declare_function(JVMCIRuntime::invoke_static_method_one_arg) \
\
declare_function(JVMCIRuntime::vm_message) \
declare_function(JVMCIRuntime::identity_hash_code) \
declare_function(JVMCIRuntime::exception_handler_for_pc) \