--- old/src/share/vm/c1/c1_CFGPrinter.cpp 2018-06-14 06:29:49.374618889 -0700 +++ new/src/share/vm/c1/c1_CFGPrinter.cpp 2018-06-14 06:29:49.210604190 -0700 @@ -161,7 +161,7 @@ print("name \"%s\"", method_name(_compilation->method(), true)); print("method \"%s\"", method_name(_compilation->method())); - print("date "INT64_FORMAT, (int64_t) os::javaTimeMillis()); + print("date " INT64_FORMAT, (int64_t) os::javaTimeMillis()); print_end("compilation"); }