--- old/src/share/vm/opto/postaloc.cpp 2014-09-23 19:10:33.757386408 +0400 +++ new/src/share/vm/opto/postaloc.cpp 2014-09-23 19:10:33.709386407 +0400 @@ -403,7 +403,7 @@ // When we see a use from a reg-reg Copy, we will attempt to use the copy's // source directly and make the copy go dead. void PhaseChaitin::post_allocate_copy_removal() { - NOT_PRODUCT( Compile::TracePhase t3("postAllocCopyRemoval", &_t_postAllocCopyRemoval, TimeCompiler); ) + Compile::TracePhase t3("postAllocCopyRemoval", &timers[_t_postAllocCopyRemoval]); ResourceMark rm; // Need a mapping from basic block Node_Lists. We need a Node_List to