8231515: [Graal] Crash during exception throwing in InterpreterRuntime::resolve_invoke

Reviewed-by: kvn, dlong, iveresov
This commit is contained in:
Tom Rodriguez 2020-01-23 08:43:22 -08:00
parent 4df9b91002
commit 2f2594d5d0
49 changed files with 834 additions and 255 deletions

View file

@ -48,6 +48,7 @@
static_field(CompilerToVM::Data, SharedRuntime_ic_miss_stub, address) \
static_field(CompilerToVM::Data, SharedRuntime_handle_wrong_method_stub, address) \
static_field(CompilerToVM::Data, SharedRuntime_deopt_blob_unpack, address) \
static_field(CompilerToVM::Data, SharedRuntime_deopt_blob_unpack_with_exception_in_tls, address) \
static_field(CompilerToVM::Data, SharedRuntime_deopt_blob_uncommon_trap, address) \
\
static_field(CompilerToVM::Data, ThreadLocalAllocBuffer_alignment_reserve, size_t) \