hotspot/src/share/vm/code/nmethod.cpp
changeset 18073 f02460441ddc
parent 17872 2c49e72dcf08
child 18446 635eae7b22fc
--- a/hotspot/src/share/vm/code/nmethod.cpp	Thu Jun 13 11:16:38 2013 -0700
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Thu Jun 13 22:02:40 2013 -0700
@@ -2615,7 +2615,8 @@
                       relocation_begin()-1+ip[1]);
       for (; ip < index_end; ip++)
         tty->print_cr("  (%d ?)", ip[0]);
-      tty->print_cr("          @" INTPTR_FORMAT ": index_size=%d", ip, *ip++);
+      tty->print_cr("          @" INTPTR_FORMAT ": index_size=%d", ip, *ip);
+      ip++;
       tty->print_cr("reloc_end @" INTPTR_FORMAT ":", ip);
     }
   }