src/share/vm/opto/loopopts.cpp

changeset 6630
cd3c534f8f4a
parent 6375
085b304a1cc5
child 6721
ad51f24671c2
equal deleted inserted replaced
6629:7e6c20c85ccf 6630:cd3c534f8f4a
2696 recompute_dom_depth(); 2696 recompute_dom_depth();
2697 2697
2698 // Inhibit more partial peeling on this loop 2698 // Inhibit more partial peeling on this loop
2699 new_head_clone->set_partial_peel_loop(); 2699 new_head_clone->set_partial_peel_loop();
2700 C->set_major_progress(); 2700 C->set_major_progress();
2701 loop->record_for_igvn();
2701 2702
2702 #if !defined(PRODUCT) 2703 #if !defined(PRODUCT)
2703 if (TracePartialPeeling) { 2704 if (TracePartialPeeling) {
2704 tty->print_cr("\nafter partial peel one iteration"); 2705 tty->print_cr("\nafter partial peel one iteration");
2705 Node_List wl(area); 2706 Node_List wl(area);

mercurial