RFR: 8293069: Make -XX:+Verbose less verbose
Eric Nothum
duke at openjdk.org
Wed Jun 14 09:16:59 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.
Thanks for your feedback! In that case I won't create an RFE and proceed with the change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14420#issuecomment-1590811156
More information about the hotspot-compiler-dev
mailing list