-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8248942 | 8u271 | David Buck | P3 | Resolved | Fixed | b01 |
JDK-8244882 | 8u251 | David Buck | P3 | Resolved | Fixed | b34 |
JDK-8251620 | emb-8u271 | David Buck | P3 | Resolved | Fixed | team |
JDK-8246879 | emb-8u261 | David Buck | P3 | Resolved | Fixed | team |
In 8u HotSpot there are several parentheses-equality warnings which causes compilation failure on recent versions of Xcode. We will fix these warnings as part of our toolchain upgrade effort.
The full warning of interest is:
warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
This is a partial backport of Paul Hohensee's massive cleanup [0] of Xcode warnings. A complete backport of that chnageset is well beyond the scope of our toolchain upgrade work. But we do want to clean up as many warnings as we can with minimal risk.
[0] http://hg.openjdk.java.net/jdk10/jdk10/hotspot/rev/c044f8d03932
The full warning of interest is:
warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
This is a partial backport of Paul Hohensee's massive cleanup [0] of Xcode warnings. A complete backport of that chnageset is well beyond the scope of our toolchain upgrade work. But we do want to clean up as many warnings as we can with minimal risk.
[0] http://hg.openjdk.java.net/jdk10/jdk10/hotspot/rev/c044f8d03932
- backported by
-
JDK-8244882 [8u] enable parentheses-equality warnings in HotSpot
- Resolved
-
JDK-8246879 [8u] enable parentheses-equality warnings in HotSpot
- Resolved
-
JDK-8248942 [8u] enable parentheses-equality warnings in HotSpot
- Resolved
-
JDK-8251620 [8u] enable parentheses-equality warnings in HotSpot
- Resolved