Blocks :
|
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.
|