RFR: 8293069: Make -XX:+Verbose less verbose
Christian Hagedorn
chagedorn at openjdk.org
Wed Jun 14 08:24:02 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.
Looks good to me, too!
-------------
Marked as reviewed by chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14420#pullrequestreview-1478804790
More information about the hotspot-compiler-dev
mailing list