--- a/hotspot/src/share/vm/compiler/oopMap.cpp Fri Jan 18 05:33:32 2013 -0800
+++ b/hotspot/src/share/vm/compiler/oopMap.cpp Tue Jan 22 11:31:25 2013 -0800
@@ -542,17 +542,17 @@
st->print("Oop");
break;
case OopMapValue::value_value:
- st->print("Value" );
+ st->print("Value");
break;
case OopMapValue::narrowoop_value:
- tty->print("NarrowOop" );
+ st->print("NarrowOop");
break;
case OopMapValue::callee_saved_value:
- st->print("Callers_" );
+ st->print("Callers_");
optional->print_on(st);
break;
case OopMapValue::derived_oop_value:
- st->print("Derived_oop_" );
+ st->print("Derived_oop_");
optional->print_on(st);
break;
default: