--- a/hotspot/src/share/vm/opto/reg_split.cpp Mon Sep 29 08:40:51 2014 +0200
+++ b/hotspot/src/share/vm/opto/reg_split.cpp Thu Sep 25 12:10:57 2014 +0400
@@ -468,7 +468,7 @@
// Else, hoist LRG back up to register only (ie - split is also DEF)
// We will compute a new maxlrg as we go
uint PhaseChaitin::Split(uint maxlrg, ResourceArea* split_arena) {
- NOT_PRODUCT( Compile::TracePhase t3("regAllocSplit", &_t_regAllocSplit, TimeCompiler); )
+ Compile::TracePhase tp("regAllocSplit", &timers[_t_regAllocSplit]);
// Free thread local resources used by this method on exit.
ResourceMark rm(split_arena);