[AIX] move some important warnings/errors from trcVerbose to UL

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 23
    • 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,

            Assignee:
            Matthias Baesken
            Reporter:
            Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: