RFR: 8276635: Use blessed modifier order in compiler code
I ran bin/blessed-modifier-order.sh on source owned by compiler. This scripts verifies that modifiers are in the "blessed" order, and fixes it otherwise. I have manually checked the changes made by the script to make sure they are sound. ------------- Commit messages: - 8276635: Use blessed modifier order in compiler code Changes: https://git.openjdk.java.net/jdk/pull/6253/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6253&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8276635 Stats: 45 lines in 24 files changed: 0 ins; 0 del; 45 mod Patch: https://git.openjdk.java.net/jdk/pull/6253.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/6253/head:pull/6253 PR: https://git.openjdk.java.net/jdk/pull/6253
On Thu, 4 Nov 2021 11:48:04 GMT, Magnus Ihse Bursie <ihse@openjdk.org> wrote:
I ran bin/blessed-modifier-order.sh on source owned by compiler. This scripts verifies that modifiers are in the "blessed" order, and fixes it otherwise. I have manually checked the changes made by the script to make sure they are sound.
Looks fine. ------------- Marked as reviewed by darcy (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6253
I ran bin/blessed-modifier-order.sh on source owned by compiler. This scripts verifies that modifiers are in the "blessed" order, and fixes it otherwise. I have manually checked the changes made by the script to make sure they are sound.
Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision: Also update copyright year ------------- Changes: - all: https://git.openjdk.java.net/jdk/pull/6253/files - new: https://git.openjdk.java.net/jdk/pull/6253/files/483213d3..b1e1b97f Webrevs: - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6253&range=01 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6253&range=00-01 Stats: 5 lines in 5 files changed: 0 ins; 0 del; 5 mod Patch: https://git.openjdk.java.net/jdk/pull/6253.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/6253/head:pull/6253 PR: https://git.openjdk.java.net/jdk/pull/6253
On Thu, 4 Nov 2021 11:48:04 GMT, Magnus Ihse Bursie <ihse@openjdk.org> wrote:
I ran bin/blessed-modifier-order.sh on source owned by compiler. This scripts verifies that modifiers are in the "blessed" order, and fixes it otherwise. I have manually checked the changes made by the script to make sure they are sound.
This pull request has now been integrated. Changeset: 0616d868 Author: Magnus Ihse Bursie <ihse@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/0616d868c7cd5010f017b315fa1cf6cc1617... Stats: 43 lines in 19 files changed: 0 ins; 0 del; 43 mod 8276635: Use blessed modifier order in compiler code Reviewed-by: darcy ------------- PR: https://git.openjdk.java.net/jdk/pull/6253
participants (2)
-
Joe Darcy
-
Magnus Ihse Bursie