mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8237747: Build broken on macOS by JDK-8235741 - wrong format specifier
Reviewed-by: mikael
This commit is contained in:
parent
7c27f9f5dd
commit
245b61c506
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue