RFR: JDK-8328786: [AIX] move some important warnings/errors from trcVerbose to UL

Lutz Schmidt lucy at openjdk.org
Wed Mar 27 16:16:23 UTC 2024


On Wed, 27 Mar 2024 15:37:21 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> trcVerbose is a macro that can be used in the AIX OpenJDK codebase.
> It boils down to `if (Verbose) { <print message> } ;`
> However this means that it can only be used in non product JVM because Verbose is a develop flag.
> So more important warning/error/info messages should better be moved e.g. to UL so that they are usable in product JVMs too,

LGTM.

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

Marked as reviewed by lucy (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18517#pullrequestreview-1963823547


More information about the hotspot-runtime-dev mailing list