hotspot/src/share/vm/runtime/unhandledOops.cpp
changeset 31592 43f48e165466
parent 30764 fec48bf5a827
child 33148 68fa8b6c4340
--- a/hotspot/src/share/vm/runtime/unhandledOops.cpp	Wed Jun 24 14:28:30 2015 +0000
+++ b/hotspot/src/share/vm/runtime/unhandledOops.cpp	Wed Jun 24 12:12:25 2015 -0400
@@ -105,7 +105,7 @@
   _level --;
   if (unhandled_oop_print) {
     for (int i=0; i<_level; i++) tty->print(" ");
-    tty->print_cr("u "INTPTR_FORMAT, op);
+    tty->print_cr("u " INTPTR_FORMAT, op);
   }
 
   int i = _oop_list->find_from_end(op, match_oop_entry);