RFR: 8277012: Use blessed modifier order in src/utils

Magnus Ihse Bursie ihse at openjdk.java.net
Thu Nov 11 14:38:49 UTC 2021


I ran bin/blessed-modifier-order.sh on source code in src/utils. 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.

There are no clear ownership of this code, but I believe it's kind of hotspot-related.

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

Commit messages:
 - 8277012: Use blessed modifier order in src/utils

Changes: https://git.openjdk.java.net/jdk/pull/6354/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6354&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8277012
  Stats: 25 lines in 10 files changed: 0 ins; 0 del; 25 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6354.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6354/head:pull/6354

PR: https://git.openjdk.java.net/jdk/pull/6354



More information about the build-dev mailing list