src/share/vm/opto/opaquenode.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/opto/opaquenode.cpp

src/share/vm/opto/opaquenode.cpp

Print this page
rev 7652 : 8063137: Never-taken branches should be pruned when GWT LambdaForms are shared
Reviewed-by: ?
rev 7653 : [mq]: branch.freq.1
rev 7656 : imported patch branch.freq.4
rev 7657 : imported patch branch.freq.5

*** 78,85 **** --- 78,86 ---- Node *ProfileBooleanNode::Identity( PhaseTransform *phase ) { if (_delay_removal) { return this; } else { + assert(_consumed, "profile should be consumed before elimination"); return in(1); } }
src/share/vm/opto/opaquenode.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File