--- old/src/share/vm/c1/c1_CFGPrinter.cpp 2015-05-27 21:54:50.409575796 -0400 +++ new/src/share/vm/c1/c1_CFGPrinter.cpp 2015-05-27 21:54:49.093501124 -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"); }