mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
Reviewed-by: never, kvn, sspitsyn
This commit is contained in:
parent
2223e083ba
commit
548eb6860a
20 changed files with 348 additions and 141 deletions
|
@ -622,6 +622,12 @@
|
|||
declare_function(JVMCIRuntime::dynamic_new_array) \
|
||||
declare_function(JVMCIRuntime::dynamic_new_instance) \
|
||||
\
|
||||
declare_function(JVMCIRuntime::new_instance_or_null) \
|
||||
declare_function(JVMCIRuntime::new_array_or_null) \
|
||||
declare_function(JVMCIRuntime::new_multi_array_or_null) \
|
||||
declare_function(JVMCIRuntime::dynamic_new_array_or_null) \
|
||||
declare_function(JVMCIRuntime::dynamic_new_instance_or_null) \
|
||||
\
|
||||
declare_function(JVMCIRuntime::thread_is_interrupted) \
|
||||
declare_function(JVMCIRuntime::vm_message) \
|
||||
declare_function(JVMCIRuntime::identity_hash_code) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue