RFR: 8324800: gcc windows build broken after 8322757

Julian Waters jwaters at openjdk.org
Sun Jan 28 14:55:33 UTC 2024


On Sun, 28 Jan 2024 14:45:55 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> JDK-8322757 enabled -Wparentheses warnings for HotSpot, but couldn't find several instances of those warnings in Windows code. As a result the gcc windows build is now broken. Address the parentheses warning in the code to resolve the build failure

I should note that I'm not sure what the precedence should be for this particular snippet. If any Windows experts are here, feel free to correct my usage of parentheses here

-------------

PR Comment: https://git.openjdk.org/jdk/pull/17605#issuecomment-1913623128


More information about the hotspot-runtime-dev mailing list