src/share/vm/opto/output.cpp

Print this page

        

@@ -1885,11 +1885,11 @@
 
   // Scheduling code works only with pairs (8 bytes) maximum.
   if (max_vector_size() > 8)
     return;
 
-  NOT_PRODUCT( TracePhase t2("isched", &_t_instrSched, TimeCompiler); )
+  TracePhase t2("isched", &timers[_t_instrSched]);
 
   // Create a data structure for all the scheduling information
   Scheduling scheduling(Thread::current()->resource_area(), *this);
 
   // Walk backwards over each basic block, computing the needed alignment