mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -2513,6 +2513,7 @@ typedef CompactHashtable<Symbol*, char> SymbolCompactHashTable;
|
|||
declare_constant(Deoptimization::Reason_speculate_null_check) \
|
||||
declare_constant(Deoptimization::Reason_rtm_state_change) \
|
||||
declare_constant(Deoptimization::Reason_unstable_if) \
|
||||
declare_constant(Deoptimization::Reason_unstable_fused_if) \
|
||||
declare_constant(Deoptimization::Reason_tenured) \
|
||||
declare_constant(Deoptimization::Reason_LIMIT) \
|
||||
declare_constant(Deoptimization::Reason_RECORDED_LIMIT) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue