RFR: 8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check
Tobias Hartmann
thartmann at openjdk.org
Tue Sep 9 16:31:18 UTC 2025
On Tue, 9 Sep 2025 16:20:35 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> The `#` option adds color to the terminal. But that only usually works on people's terminals, and not if it is piped to a file on the server. Hence, `#` is only really a debugging feature, and not one to report with in connection with `assert`s.
>
> Simply removed the `#`, and fixed some braces and spaces.
Looks good and trivial!
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27175#pullrequestreview-3202398872
More information about the hotspot-compiler-dev
mailing list