diff -r efdbe9b904ad -r f96fcd9e1e1b src/share/vm/c1/c1_CFGPrinter.cpp --- a/src/share/vm/c1/c1_CFGPrinter.cpp Tue Feb 23 18:58:36 2016 -0500 +++ b/src/share/vm/c1/c1_CFGPrinter.cpp Thu Jun 14 09:15:08 2018 -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"); }