src/share/vm/opto/parse2.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/parse2.cpp	Tue Apr 29 16:55:38 2014
--- new/src/share/vm/opto/parse2.cpp	Tue Apr 29 16:55:38 2014

*** 626,644 **** --- 626,644 ---- } tty->print(">>> "); _method->print_short_name(); tty->print_cr(" switch decision tree"); tty->print_cr(" %d ranges (%d singletons), max_depth=%d, est_depth=%d", ! (int) (hi-lo+1), nsing, _max_switch_depth, _est_switch_depth); if (_max_switch_depth > _est_switch_depth) { tty->print_cr("******** BAD SWITCH DEPTH ********"); } tty->print(" "); for( r = lo; r <= hi; r++ ) { r->print(); } ! tty->print_cr(""); } #endif } void Parse::modf() {

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