--- old/src/share/vm/opto/buildOopMap.cpp 2014-09-23 19:10:31.625386362 +0400 +++ new/src/share/vm/opto/buildOopMap.cpp 2014-09-23 19:10:31.577386361 +0400 @@ -555,7 +555,7 @@ // Collect GC mask info - where are all the OOPs? void Compile::BuildOopMaps() { - NOT_PRODUCT( TracePhase t3("bldOopMaps", &_t_buildOopMaps, TimeCompiler); ) + TracePhase t3("bldOopMaps", &timers[_t_buildOopMaps]); // Can't resource-mark because I need to leave all those OopMaps around, // or else I need to resource-mark some arena other than the default. // ResourceMark rm; // Reclaim all OopFlows when done