mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8203197: C2: consider all paths in loop body for loop predication
Reviewed-by: kvn, neliasso
This commit is contained in:
parent
14373f7ff8
commit
97dd8bf743
15 changed files with 909 additions and 351 deletions
|
@ -2170,6 +2170,7 @@ const char* Deoptimization::_trap_reason_name[] = {
|
|||
"array_check",
|
||||
"intrinsic" JVMCI_ONLY("_or_type_checked_inlining"),
|
||||
"bimorphic" JVMCI_ONLY("_or_optimized_type_check"),
|
||||
"profile_predicate",
|
||||
"unloaded",
|
||||
"uninitialized",
|
||||
"unreached",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue