src/share/vm/c1/c1_CFGPrinter.cpp

changeset 9327
f96fcd9e1e1b
parent 6680
78bbf4d43a14
child 9448
73d689add964
     1.1 --- a/src/share/vm/c1/c1_CFGPrinter.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/c1/c1_CFGPrinter.cpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -161,7 +161,7 @@
     1.4  
     1.5    print("name \"%s\"", method_name(_compilation->method(), true));
     1.6    print("method \"%s\"", method_name(_compilation->method()));
     1.7 -  print("date "INT64_FORMAT, (int64_t) os::javaTimeMillis());
     1.8 +  print("date " INT64_FORMAT, (int64_t) os::javaTimeMillis());
     1.9  
    1.10    print_end("compilation");
    1.11  }

mercurial