hotspot/src/share/vm/opto/parse1.cpp
changeset 26913 9ad70cd32368
parent 25930 eae8b7490d2c
child 27637 cf68c0af6882
--- a/hotspot/src/share/vm/opto/parse1.cpp	Mon Sep 29 08:40:51 2014 +0200
+++ b/hotspot/src/share/vm/opto/parse1.cpp	Thu Sep 25 12:10:57 2014 +0400
@@ -528,7 +528,7 @@
   methods_parsed++;
 #ifndef PRODUCT
   // add method size here to guarantee that inlined methods are added too
-  if (TimeCompiler)
+  if (CITime)
     _total_bytes_compiled += method()->code_size();
 
   show_parse_info();