Integrated: 8293069: Make -XX:+Verbose less verbose
Eric Nothum
duke at openjdk.org
Fri Jun 16 10:01:12 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.
This pull request has now been integrated.
Changeset: 238c51e6
Author: Eric Nothum <eric.nothum at oracle.com>
Committer: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/238c51e621d17a24d35085a54c129ce99ad6d0d8
Stats: 9 lines in 3 files changed: 0 ins; 6 del; 3 mod
8293069: Make -XX:+Verbose less verbose
Reviewed-by: thartmann, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/14420
More information about the hotspot-compiler-dev
mailing list