open/src/hotspot/share/jvmci/jvmciCompiler.cpp:98:19: error: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Werror,-Wformat]
[2020-01-22T22:30:44,414Z] nanos_to_millis(os::javaTimeNanos() - start), _methods_compiled);
[2020-01-22T22:30:44,414Z] nanos_to_millis(os::javaTimeNanos() - start), _methods_compiled);
- relates to
-
JDK-8235741 Inappropriate uses of os::javaTimeMillis()
- Resolved