mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8043180: SIGSEGV in Events::log_deopt_message
Added missing deopt reason name Reason_tenured Reviewed-by: kvn, twisti
This commit is contained in:
parent
7ef690b2c7
commit
a2eea4770a
2 changed files with 13 additions and 6 deletions
|
@ -376,8 +376,8 @@ class Deoptimization : AllStatic {
|
|||
static UnrollBlock* fetch_unroll_info_helper(JavaThread* thread);
|
||||
|
||||
static DeoptAction _unloaded_action; // == Action_reinterpret;
|
||||
static const char* _trap_reason_name[Reason_LIMIT];
|
||||
static const char* _trap_action_name[Action_LIMIT];
|
||||
static const char* _trap_reason_name[];
|
||||
static const char* _trap_action_name[];
|
||||
|
||||
static juint _deoptimization_hist[Reason_LIMIT][1+Action_LIMIT][BC_CASE_LIMIT];
|
||||
// Note: Histogram array size is 1-2 Kb.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue