RFR: 8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check

Emanuel Peter epeter at openjdk.org
Thu Sep 11 05:08:27 UTC 2025


On Tue, 9 Sep 2025 16:28:24 GMT, Tobias Hartmann <thartmann 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!

@TobiHartmann Thanks for the review! I agree it is trivial.

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

PR Comment: https://git.openjdk.org/jdk/pull/27175#issuecomment-3277641678


More information about the hotspot-compiler-dev mailing list