diff src/share/vm/compiler/oopMap.cpp @ 7643:3ac7d10a6572

Merge with hsx25/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 31 Jan 2013 15:42:25 +0100
parents 1baf7f1e3f23 a7114d3d712e
children cefad50507d8
line wrap: on
line diff
--- a/src/share/vm/compiler/oopMap.cpp	Thu Jan 31 11:32:14 2013 +0100
+++ b/src/share/vm/compiler/oopMap.cpp	Thu Jan 31 15:42:25 2013 +0100
@@ -545,17 +545,17 @@
     st->print("Oop");
     break;
   case OopMapValue::value_value:
-    st->print("Value" );
+    st->print("Value");
     break;
   case OopMapValue::narrowoop_value:
-    st->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: