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

fix wrong format specifiers in os_aix.cpp

XMLWordPrintable

    • b07
    • ppc
    • aix

        When compiling os_aix.cpp we see quite a lot of warnings like :

        /nightly/jdk/src/hotspot/os/aix/os_aix.cpp:2202:5: warning: format specifies type 'unsigned long' but the argument has type 'char *' [-Wformat]
            addr, addr + size - 1);
        ~~~~^~~~~~~~~~~~~~~~~~~~~

        because of non - matching types/format-specifiers. Those should be fixed.

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

                Created:
                Updated:
                Resolved: