src/share/vm/opto/parse2.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/parse2.cpp	Mon Jun 23 14:01:21 2008
--- new/src/share/vm/opto/parse2.cpp	Mon Jun 23 14:01:20 2008

*** 2221,2230 **** --- 2221,2230 ---- if(printer) { 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, 3); ! printer->print_method(C, buffer, 4); printer->set_traverse_outs(old); } #endif }

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