Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2220947 | 8 | Bengt Rutisson | P4 | Closed | Fixed | b25 |
JDK-2220862 | 7u4 | Bengt Rutisson | P4 | Closed | Fixed | b11 |
JDK-2225489 | OpenJDK6 | Kelly Ohair | P3 | Closed | Fixed | b26 |
The methods constantPoolOopDesc::method_at_if_loaded() and CountedLoopNode::match_incr_with_optional_truncation() both have "return false" statements even though their actual return values are pointers (methodOop and Node*).
This is wrong and it will cause builds to fail with GCC 4.7.
This is wrong and it will cause builds to fail with GCC 4.7.
- backported by
-
JDK-2225489 Don't return booleans from methods returning pointers
-
- Closed
-
-
JDK-2220862 Don't return booleans from methods returning pointers
-
- Closed
-
-
JDK-2220947 Don't return booleans from methods returning pointers
-
- Closed
-