mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8030976: Untaken paths should be more vigorously pruned at highest optimization level
Reviewed-by: roland, vlivanov
This commit is contained in:
parent
0915147727
commit
8bd4b5624c
5 changed files with 14 additions and 71 deletions
|
@ -1840,6 +1840,7 @@ const char* Deoptimization::_trap_reason_name[] = {
|
|||
"speculate_class_check",
|
||||
"speculate_null_check",
|
||||
"rtm_state_change",
|
||||
"unstable_if",
|
||||
"tenured"
|
||||
};
|
||||
const char* Deoptimization::_trap_action_name[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue