-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b17
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064130 | 8u45 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
JDK-8055597 | 8u40 | Attila Szegedi | P4 | Resolved | Fixed | b04 |
JDK-8070367 | emb-8u47 | Attila Szegedi | P4 | Resolved | Fixed | team |
There is an unnecessary isRestOf() check in CodeGenerator.undefinedCheck. It is not necessary since JDK-8043235 was fixed. The isDeoptimizedExpression(lhs) check serves the same purpose and does it at the right granularity (isRestOf() is more coarse).
- backported by
-
JDK-8055597 Unnecessary restOf check in CodeGenerator.undefinedCheck
-
- Resolved
-
-
JDK-8064130 Unnecessary restOf check in CodeGenerator.undefinedCheck
-
- Resolved
-
-
JDK-8070367 Unnecessary restOf check in CodeGenerator.undefinedCheck
-
- Resolved
-
- relates to
-
JDK-8043235 Type-based optimizations interfere with continuation methods
-
- Closed
-
-
JDK-8039049 ContinuationHandler generation crashes with null local variables in rest of function
-
- Closed
-