src/share/vm/runtime/deoptimization.cpp

changeset 1690
e3a4305c6bc3
parent 1688
f70b0d9ab095
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/runtime/deoptimization.cpp	Tue Feb 09 10:21:06 2010 -0800
     1.2 +++ b/src/share/vm/runtime/deoptimization.cpp	Fri Feb 12 08:54:13 2010 -0800
     1.3 @@ -938,21 +938,6 @@
     1.4    if (TraceDeoptimization) {
     1.5      ttyLocker ttyl;
     1.6      tty->print_cr("     Created vframeArray " INTPTR_FORMAT, array);
     1.7 -    if (Verbose) {
     1.8 -      int count = 0;
     1.9 -      // this used to leak deoptimizedVFrame like it was going out of style!!!
    1.10 -      for (int index = 0; index < array->frames(); index++ ) {
    1.11 -        vframeArrayElement* e = array->element(index);
    1.12 -        e->print(tty);
    1.13 -
    1.14 -        /*
    1.15 -          No printing yet.
    1.16 -        array->vframe_at(index)->print_activation(count++);
    1.17 -        // better as...
    1.18 -        array->print_activation_for(index, count++);
    1.19 -        */
    1.20 -      }
    1.21 -    }
    1.22    }
    1.23  #endif // PRODUCT
    1.24  

mercurial