8237747: Build broken on macOS by JDK-8235741 - wrong format specifier

Reviewed-by: mikael
This commit is contained in:
David Holmes 2020-01-22 18:24:10 -05:00
parent 7c27f9f5dd
commit 245b61c506

View file

@ -95,7 +95,7 @@ void JVMCICompiler::bootstrap(TRAPS) {
if (PrintBootstrap) {
tty->print_cr(" in " JLONG_FORMAT " ms (compiled %d methods)",
nanos_to_millis(os::javaTimeNanos() - start), _methods_compiled);
(jlong)nanos_to_millis(os::javaTimeNanos() - start), _methods_compiled);
}
_bootstrapping = false;
JVMCI::compiler_runtime()->bootstrap_finished(CHECK);