hotspot/src/share/vm/c1/c1_CFGPrinter.cpp
changeset 31592 43f48e165466
parent 24424 2658d7834c6e
child 46526 519f1fbec7af
--- 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");
 }