8203197: C2: consider all paths in loop body for loop predication

Reviewed-by: kvn, neliasso
This commit is contained in:
Roland Westrelin 2018-06-19 09:08:39 +02:00
parent 14373f7ff8
commit 97dd8bf743
15 changed files with 909 additions and 351 deletions

View file

@ -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",