RFR: 8322806: Eliminate -Wparentheses warnings in aarch64 code
Kim Barrett
kbarrett at openjdk.org
Tue Jan 2 02:55:01 UTC 2024
Please review this change to eliminate some -Wparentheses warnings. This
involved simply adding a few parentheses to make some implicit operator
precedence explicit.
Testing: mach5 tier1
Also ran mach5 tier1 with these changes in conjunction enabling -Wparentheses
and other changes needed to make that work.
-------------
Commit messages:
- fix -Wparentheses warnings in aarch64 code
Changes: https://git.openjdk.org/jdk/pull/17210/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17210&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8322806
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/17210.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17210/head:pull/17210
PR: https://git.openjdk.org/jdk/pull/17210
More information about the hotspot-dev
mailing list