RFR: 8325109: Sort method modifiers in canonical order
Magnus Ihse Bursie
ihse at openjdk.org
Thu Feb 1 12:02:12 UTC 2024
This is a follow-up on [JDK-8324053](https://bugs.openjdk.org/browse/JDK-8324053). I have run the bin/blessed-modifier-order.sh on the entire code base, and manually checked the result. I have reverted all but these trivial and uncontroversial changes.
Almost all of these are about moving `static` to its proper position; a few do not involve `static` but instead puts `final` or `abstract` in the correct place.
I have deliberately stayed away from `default` in this PR, since they should probably get a more thorough treatment, see https://github.com/openjdk/jdk/pull/17468#pullrequestreview-1829238473.
-------------
Commit messages:
- 8325109: Sort method modifiers in canonical order
Changes: https://git.openjdk.org/jdk/pull/17670/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17670&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8325109
Stats: 61 lines in 39 files changed: 0 ins; 0 del; 61 mod
Patch: https://git.openjdk.org/jdk/pull/17670.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17670/head:pull/17670
PR: https://git.openjdk.org/jdk/pull/17670
More information about the compiler-dev
mailing list