JVMCIGlobals::check_jvmci_flags_are_consistent has incorrect format string

XMLWordPrintable

    • b05

      JVMCIGlobals::check_jvmci_flags_are_consistent uses jio_fprintf to print a warning message including the value of TieredStopAtLevel. The type of that option is intx, but "%d" is used to print it, which is incorrect for 64bit platforms.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: