RFR: 8293069: Make -XX:+Verbose less verbose
Dean Long
dlong at openjdk.org
Wed Jun 14 08:34:11 UTC 2023
On Mon, 12 Jun 2023 15:17:35 GMT, Eric Nothum <duke at openjdk.org> wrote:
> 1) Added PrintOpto guard to noisy Verbose prints in Compile::process_for_unstable_if_traps and Parse::catch_call_exceptions.
>
> 2) Removed noisy Verbose in ciEnv::record_best_dyno_loc, which looked like a leftover from implementation of [JDK-8271911](https://bugs.openjdk.org/browse/JDK-8271911).
> I also rearranged the if statement around Verbose and removed the TODO comment.
> @dean-long is the TODO still relevant? In case it is still relevant, I think we should create a separate enhancement for further investigation rather than keeping it in the comments.
The TODO is still relevant (we could chose a winner based on shorting string length, for example), but I don't think it's important enough for an RFE. Removing the TODO is fine.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14420#issuecomment-1590728046
More information about the hotspot-compiler-dev
mailing list