< prev index next >

src/hotspot/cpu/arm/sharedRuntime_arm.cpp

Print this page

        

@@ -511,10 +511,11 @@
     case T_BOOLEAN:
     case T_INT:
     case T_ARRAY:
     case T_OBJECT:
     case T_ADDRESS:
+    case T_METADATA:
 #ifndef __ABI_HARD__
     case T_FLOAT:
 #endif // !__ABI_HARD__
       if (ireg < 4) {
         Register r = as_Register(ireg);
< prev index next >