-
Bug
-
Resolution: Fixed
-
P4
-
8u92, 9
-
b127
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8296506 | openjdk8u362 | Paul Hohensee | P4 | Resolved | Fixed | b03 |
If C2 fails to compile a method then there are a few cases where it marks the method as not compilable at all tiers. I went through each case and it looks like none of them are justified, i.e., in each case the failure of C2 should not prevent the compilation with C1. I propose we remove the method Compile::record_method_not_compilable_all_tiers and call Compile::record_method_not_compilable instead.
- backported by
-
JDK-8296506 Failure of C2 compilation with tiered prevents some C1 compilations
- Resolved