mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8073480: C2 should optimize explicit range checks
Explicit range checks should be recognized by C2 Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
f51a895f42
commit
71e31ee0b9
16 changed files with 1174 additions and 147 deletions
|
@ -1861,6 +1861,7 @@ const char* Deoptimization::_trap_reason_name[] = {
|
|||
"speculate_null_check",
|
||||
"rtm_state_change",
|
||||
"unstable_if",
|
||||
"unstable_fused_if",
|
||||
"tenured"
|
||||
};
|
||||
const char* Deoptimization::_trap_action_name[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue