hotspot/src/share/vm/opto/output.cpp
changeset 26913 9ad70cd32368
parent 26796 666464578742
child 26919 361b4b4c92c0
--- a/hotspot/src/share/vm/opto/output.cpp	Mon Sep 29 08:40:51 2014 +0200
+++ b/hotspot/src/share/vm/opto/output.cpp	Thu Sep 25 12:10:57 2014 +0400
@@ -1887,7 +1887,7 @@
   if (max_vector_size() > 8)
     return;
 
-  NOT_PRODUCT( TracePhase t2("isched", &_t_instrSched, TimeCompiler); )
+  TracePhase tp("isched", &timers[_t_instrSched]);
 
   // Create a data structure for all the scheduling information
   Scheduling scheduling(Thread::current()->resource_area(), *this);