-
Bug
-
Resolution: Fixed
-
P4
-
15
-
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.
- blocks
-
JDK-8198918 jio_snprintf and friends are not checked by -Wformat
-
- Open
-
- caused by
-
JDK-8241232 -XX:+BootstrapJVMCI is not compatible with TieredStopAtLevel < CompLevel_full_optimization
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/c6448dc3
-
Review(master) openjdk/jdk/26051