Integrated: JDK-8328786: [AIX] move some important warnings/errors from trcVerbose to UL
Matthias Baesken
mbaesken at openjdk.org
Thu Apr 4 07:52:03 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,
This pull request has now been integrated.
Changeset: 8efd7aa6
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/8efd7aa6c1671fa7d40c5c43bed140a493cfcf72
Stats: 29 lines in 3 files changed: 2 ins; 1 del; 26 mod
8328786: [AIX] move some important warnings/errors from trcVerbose to UL
Reviewed-by: lucy, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/18517
More information about the hotspot-runtime-dev
mailing list