changeset 9101 | ff58f9a8e31c |
parent 7397 | 5b173b4ca846 |
child 10502 | 17598114b94c |
--- a/hotspot/src/share/vm/opto/split_if.cpp Sat Apr 02 09:49:27 2011 -0700 +++ b/hotspot/src/share/vm/opto/split_if.cpp Sat Apr 02 10:54:15 2011 -0700 @@ -399,6 +399,9 @@ #ifndef PRODUCT if( PrintOpto && VerifyLoopOptimizations ) tty->print_cr("Split-if"); + if (TraceLoopOpts) { + tty->print_cr("SplitIf"); + } #endif C->set_major_progress(); Node *region = iff->in(0);