src/share/vm/utilities/vmError.cpp

changeset 3430
d7e3846464d0
parent 3269
53074c2c4600
child 3499
aa3d708d67c4
     1.1 --- a/src/share/vm/utilities/vmError.cpp	Wed Jan 11 17:58:26 2012 -0500
     1.2 +++ b/src/share/vm/utilities/vmError.cpp	Tue Jan 17 13:08:52 2012 -0500
     1.3 @@ -571,8 +571,6 @@
     1.4         if (fr.pc()) {
     1.5            st->print_cr("Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)");
     1.6  
     1.7 -          // initialize decoder to decode C frames
     1.8 -          Decoder decoder;
     1.9  
    1.10            int count = 0;
    1.11            while (count++ < StackPrintLimit) {

mercurial