RFR: 8352645: Add tool support to check order of includes [v3]

Magnus Ihse Bursie ihse at openjdk.org
Thu Mar 27 13:38:19 UTC 2025


On Thu, 27 Mar 2025 10:10:07 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> One questions is where to put the tool? I don't think the test directory is the best place. Maybe somewhere in src/utils/. There is a tools dir here src/utils/src/build/tools/ but I don't know if it is appropriate to put it there. Maybe @magicus knows a good place for this?

I would actually recommend just the `bin` directory. This is , after all, intended to be run as a simple script (remember, it was originally a python script), in a similar vein to the already existing `blessed-modifier-order.sh` script.

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

PR Comment: https://git.openjdk.org/jdk/pull/24247#issuecomment-2758060262


More information about the hotspot-dev mailing list