diff -r 1514c0a798d2 -r 43f48e165466 hotspot/src/share/vm/c1/c1_CFGPrinter.cpp --- a/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp Wed Jun 24 14:28:30 2015 +0000 +++ b/hotspot/src/share/vm/c1/c1_CFGPrinter.cpp Wed Jun 24 12:12:25 2015 -0400 @@ -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"); }