src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/BinaryContainer.java
changeset 52033 d6aa9ea2405d
parent 51436 091c0d22e735
child 57786 948ac3112da8
child 58678 9cf78a70fa4f
equal deleted inserted replaced
52032:2f7a2e7c3221 52033:d6aa9ea2405d
   238         {"JVMCIRuntime::object_notifyAll", "_aot_object_notifyAll"},
   238         {"JVMCIRuntime::object_notifyAll", "_aot_object_notifyAll"},
   239         {"JVMCIRuntime::log_object", "_aot_jvmci_runtime_log_object"},
   239         {"JVMCIRuntime::log_object", "_aot_jvmci_runtime_log_object"},
   240         {"JVMCIRuntime::log_printf", "_aot_jvmci_runtime_log_printf"},
   240         {"JVMCIRuntime::log_printf", "_aot_jvmci_runtime_log_printf"},
   241         {"JVMCIRuntime::vm_message", "_aot_jvmci_runtime_vm_message"},
   241         {"JVMCIRuntime::vm_message", "_aot_jvmci_runtime_vm_message"},
   242         {"JVMCIRuntime::new_instance", "_aot_jvmci_runtime_new_instance"},
   242         {"JVMCIRuntime::new_instance", "_aot_jvmci_runtime_new_instance"},
       
   243         {"JVMCIRuntime::new_array", "_aot_jvmci_runtime_new_array"},
       
   244         {"JVMCIRuntime::new_multi_array", "_aot_jvmci_runtime_new_multi_array"},
       
   245         {"JVMCIRuntime::dynamic_new_instance", "_aot_jvmci_runtime_dynamic_new_instance"},
       
   246         {"JVMCIRuntime::dynamic_new_array", "_aot_jvmci_runtime_dynamic_new_array"},
       
   247         {"JVMCIRuntime::new_instance_or_null", "_aot_jvmci_runtime_new_instance_or_null"},
       
   248         {"JVMCIRuntime::new_array_or_null", "_aot_jvmci_runtime_new_array_or_null"},
       
   249         {"JVMCIRuntime::new_multi_array_or_null", "_aot_jvmci_runtime_new_multi_array_or_null"},
       
   250         {"JVMCIRuntime::dynamic_new_instance_or_null", "_aot_jvmci_runtime_dynamic_new_instance_or_null"},
       
   251         {"JVMCIRuntime::dynamic_new_array_or_null", "_aot_jvmci_runtime_dynamic_new_array_or_null"},
   243         {"JVMCIRuntime::log_primitive", "_aot_jvmci_runtime_log_primitive"},
   252         {"JVMCIRuntime::log_primitive", "_aot_jvmci_runtime_log_primitive"},
   244         {"JVMCIRuntime::new_multi_array", "_aot_jvmci_runtime_new_multi_array"},
       
   245         {"JVMCIRuntime::validate_object", "_aot_jvmci_runtime_validate_object"},
   253         {"JVMCIRuntime::validate_object", "_aot_jvmci_runtime_validate_object"},
   246         {"JVMCIRuntime::dynamic_new_array", "_aot_jvmci_runtime_dynamic_new_array"},
       
   247         {"JVMCIRuntime::write_barrier_pre", "_aot_jvmci_runtime_write_barrier_pre"},
   254         {"JVMCIRuntime::write_barrier_pre", "_aot_jvmci_runtime_write_barrier_pre"},
   248         {"JVMCIRuntime::identity_hash_code", "_aot_jvmci_runtime_identity_hash_code"},
   255         {"JVMCIRuntime::identity_hash_code", "_aot_jvmci_runtime_identity_hash_code"},
   249         {"JVMCIRuntime::write_barrier_post", "_aot_jvmci_runtime_write_barrier_post"},
   256         {"JVMCIRuntime::write_barrier_post", "_aot_jvmci_runtime_write_barrier_post"},
   250         {"JVMCIRuntime::dynamic_new_instance", "_aot_jvmci_runtime_dynamic_new_instance"},
       
   251         {"JVMCIRuntime::thread_is_interrupted", "_aot_jvmci_runtime_thread_is_interrupted"},
   257         {"JVMCIRuntime::thread_is_interrupted", "_aot_jvmci_runtime_thread_is_interrupted"},
   252         {"JVMCIRuntime::exception_handler_for_pc", "_aot_jvmci_runtime_exception_handler_for_pc"},
   258         {"JVMCIRuntime::exception_handler_for_pc", "_aot_jvmci_runtime_exception_handler_for_pc"},
   253         {"JVMCIRuntime::test_deoptimize_call_int", "_aot_jvmci_runtime_test_deoptimize_call_int"},
   259         {"JVMCIRuntime::test_deoptimize_call_int", "_aot_jvmci_runtime_test_deoptimize_call_int"},
   254 
   260 
   255         {"JVMCIRuntime::throw_and_post_jvmti_exception",      "_aot_jvmci_runtime_throw_and_post_jvmti_exception"},
   261         {"JVMCIRuntime::throw_and_post_jvmti_exception",      "_aot_jvmci_runtime_throw_and_post_jvmti_exception"},
   256         {"JVMCIRuntime::throw_klass_external_name_exception", "_aot_jvmci_runtime_throw_klass_external_name_exception"},
   262         {"JVMCIRuntime::throw_klass_external_name_exception", "_aot_jvmci_runtime_throw_klass_external_name_exception"},
   257         {"JVMCIRuntime::throw_class_cast_exception",          "_aot_jvmci_runtime_throw_class_cast_exception"},
   263         {"JVMCIRuntime::throw_class_cast_exception",          "_aot_jvmci_runtime_throw_class_cast_exception"},
   258 
   264 
   259         {"JVMCIRuntime::vm_error", "_aot_jvmci_runtime_vm_error"},
   265         {"JVMCIRuntime::vm_error", "_aot_jvmci_runtime_vm_error"}
   260         {"JVMCIRuntime::new_array", "_aot_jvmci_runtime_new_array"}
       
   261     };
   266     };
   262     //@formatter:on
   267     //@formatter:on
   263 
   268 
   264     static {
   269     static {
   265         for (String[] entry : map) {
   270         for (String[] entry : map) {