mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8263776: [JVMCI] add helper to perform Java upcalls
Reviewed-by: kvn
This commit is contained in:
parent
b23228d152
commit
6b4c654186
3 changed files with 114 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue