src/hotspot/share/jvmci/vmStructs_jvmci.cpp
changeset 52033 d6aa9ea2405d
parent 51444 3e5d28e6de32
child 52645 74cf02d5f6e2
equal deleted inserted replaced
52032:2f7a2e7c3221 52033:d6aa9ea2405d
   619   declare_function(JVMCIRuntime::new_instance) \
   619   declare_function(JVMCIRuntime::new_instance) \
   620   declare_function(JVMCIRuntime::new_array) \
   620   declare_function(JVMCIRuntime::new_array) \
   621   declare_function(JVMCIRuntime::new_multi_array) \
   621   declare_function(JVMCIRuntime::new_multi_array) \
   622   declare_function(JVMCIRuntime::dynamic_new_array) \
   622   declare_function(JVMCIRuntime::dynamic_new_array) \
   623   declare_function(JVMCIRuntime::dynamic_new_instance) \
   623   declare_function(JVMCIRuntime::dynamic_new_instance) \
       
   624   \
       
   625   declare_function(JVMCIRuntime::new_instance_or_null) \
       
   626   declare_function(JVMCIRuntime::new_array_or_null) \
       
   627   declare_function(JVMCIRuntime::new_multi_array_or_null) \
       
   628   declare_function(JVMCIRuntime::dynamic_new_array_or_null) \
       
   629   declare_function(JVMCIRuntime::dynamic_new_instance_or_null) \
   624   \
   630   \
   625   declare_function(JVMCIRuntime::thread_is_interrupted) \
   631   declare_function(JVMCIRuntime::thread_is_interrupted) \
   626   declare_function(JVMCIRuntime::vm_message) \
   632   declare_function(JVMCIRuntime::vm_message) \
   627   declare_function(JVMCIRuntime::identity_hash_code) \
   633   declare_function(JVMCIRuntime::identity_hash_code) \
   628   declare_function(JVMCIRuntime::exception_handler_for_pc) \
   634   declare_function(JVMCIRuntime::exception_handler_for_pc) \