-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 21, 23
-
Component/s: hotspot
-
b17
-
ppc
-
aix
trcVerbose is a macro that can be used in the AIX OpenJDK codebase.
It boils down to if (Verbose) { print stuff } ;
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,
It boils down to if (Verbose) { print stuff } ;
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,