src/share/vm/opto/parse2.cpp

changeset 657
2a1a77d3458f
parent 656
1e026f8da827
child 670
9c2ecc2ffb12
     1.1 --- a/src/share/vm/opto/parse2.cpp	Tue Jun 24 10:43:29 2008 -0700
     1.2 +++ b/src/share/vm/opto/parse2.cpp	Tue Jun 24 16:00:14 2008 -0700
     1.3 @@ -2220,7 +2220,7 @@
     1.4      sprintf(buffer, "Bytecode %d: %s", bci(), Bytecodes::name(bc()));
     1.5      bool old = printer->traverse_outs();
     1.6      printer->set_traverse_outs(true);
     1.7 -    printer->print_method(C, buffer, 3);
     1.8 +    printer->print_method(C, buffer, 4);
     1.9      printer->set_traverse_outs(old);
    1.10    }
    1.11  #endif

mercurial