diff src/share/vm/utilities/vmError.cpp @ 4840:0a10d80352d5

Merge
author brutisso
date Fri, 27 Jan 2012 09:04:57 +0100
parents d7e3846464d0
children aa3d708d67c4
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.cpp	Thu Jan 26 14:14:55 2012 -0800
+++ b/src/share/vm/utilities/vmError.cpp	Fri Jan 27 09:04:57 2012 +0100
@@ -571,8 +571,6 @@
        if (fr.pc()) {
           st->print_cr("Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)");
 
-          // initialize decoder to decode C frames
-          Decoder decoder;
 
           int count = 0;
           while (count++ < StackPrintLimit) {