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	Fri Oct  2 15:58:58 2015
--- new/src/share/vm/opto/parse2.cpp	Fri Oct  2 15:58:58 2015

*** 2377,2387 **** --- 2377,2387 ---- ShouldNotReachHere(); } #ifndef PRODUCT IdealGraphPrinter *printer = IdealGraphPrinter::printer(); ! if (printer && printer->should_print(_method)) { ! if (printer && printer->should_print(1)) { char buffer[256]; sprintf(buffer, "Bytecode %d: %s", bci(), Bytecodes::name(bc())); bool old = printer->traverse_outs(); printer->set_traverse_outs(true); printer->print_method(C, buffer, 4);

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