| Other | 
|---|
| tbdUnresolved | 
| Duplicate :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | |
| Relates :   | 
In patterns like:
if (i >= 42) {
  if (i < 10) {
the second test is not optimized out.
This is also related to JDK-8272562 where a CastII optimizes to top on a branch that's never taken but optimized out.
| 
 |