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

fix wrong format specifiers in os_aix.cpp

    XMLWordPrintable

Details

    • b07
    • ppc
    • aix

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: