mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
5091921: Sign flip issues in loop optimizer
Fix integer overflow problem in the code generated by loop optimizer. Reviewed-by: never
This commit is contained in:
parent
1e12174562
commit
1ac79543d0
40 changed files with 4195 additions and 214 deletions
|
@ -1773,7 +1773,8 @@ const char* Deoptimization::_trap_reason_name[Reason_LIMIT] = {
|
|||
"constraint",
|
||||
"div0_check",
|
||||
"age",
|
||||
"predicate"
|
||||
"predicate",
|
||||
"loop_limit_check"
|
||||
};
|
||||
const char* Deoptimization::_trap_action_name[Action_LIMIT] = {
|
||||
// Note: Keep this in sync. with enum DeoptAction.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue