< prev index next >

hotspot/src/share/vm/opto/phase.hpp

Print this page
rev 7082 : 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
Summary: Use MachMerge to hook together defs of the same multidef value in a block
Reviewed-by: kvn, vlivanov

*** 107,116 **** --- 107,117 ---- static elapsedTimer _t_ctorChaitin; static elapsedTimer _t_buildIFGphysical; static elapsedTimer _t_computeLive; static elapsedTimer _t_regAllocSplit; static elapsedTimer _t_postAllocCopyRemoval; + static elapsedTimer _t_mergeMultidefs; static elapsedTimer _t_fixupSpills; // Subtimers for _t_output static elapsedTimer _t_instrSched; static elapsedTimer _t_buildOopMaps;
< prev index next >