< prev index next >

src/hotspot/share/classfile/vmSymbols.cpp

Print this page

        

@@ -1030,10 +1030,11 @@
                      actual_name, declared_name);
     xtty->method(mh);
     xtty->end_elem("%s", "");
   }
   if (PrintMiscellaneous && (WizardMode || Verbose)) {
+    ResourceMark rm;
     tty->print_cr("*** misidentified method; %s(%d) should be %s(%d):",
                   declared_name, declared_id, actual_name, actual_id);
     mh()->print_short_name(tty);
     tty->cr();
   }
< prev index next >