Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8328786

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

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: