hotspot/src/share/vm/c1/c1_LIR.cpp
changeset 21102 1dd11ccfe9da
parent 20702 bbe0fcde6e13
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/c1/c1_LIR.cpp	Wed Oct 23 12:40:23 2013 +0200
+++ b/hotspot/src/share/vm/c1/c1_LIR.cpp	Wed Oct 23 11:15:24 2013 -0700
@@ -183,10 +183,10 @@
     case T_LONG:
     case T_OBJECT:
     case T_ADDRESS:
-    case T_METADATA:
     case T_VOID:
       return ::type2char(t);
-
+    case T_METADATA:
+      return 'M';
     case T_ILLEGAL:
       return '?';