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

JVMCIGlobals::check_jvmci_flags_are_consistent has incorrect format string

XMLWordPrintable

    • master

      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.

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

              Created:
              Updated:
              Resolved: