comparison src/cpu/x86/vm/sharedRuntime_x86_32.cpp @ 6739:8a02ca5e5576

7195816: NPG: Crash in c1_ValueType - ShouldNotReachHere Summary: C1 needs knowledge of T_METADATA at the LIR level. Reviewed-by: kvn, coleenp
author roland
date Tue, 11 Sep 2012 16:20:57 +0200
parents da91efe96a93
children 2cb2f30450c7
comparison
equal deleted inserted replaced
6738:ec98e58952b2 6739:8a02ca5e5576
936 case T_SHORT: 936 case T_SHORT:
937 case T_INT: 937 case T_INT:
938 case T_OBJECT: 938 case T_OBJECT:
939 case T_ARRAY: 939 case T_ARRAY:
940 case T_ADDRESS: 940 case T_ADDRESS:
941 case T_METADATA:
941 regs[i].set1(VMRegImpl::stack2reg(stack++)); 942 regs[i].set1(VMRegImpl::stack2reg(stack++));
942 break; 943 break;
943 case T_LONG: 944 case T_LONG:
944 case T_DOUBLE: // The stack numbering is reversed from Java 945 case T_DOUBLE: // The stack numbering is reversed from Java
945 // Since C arguments do not get reversed, the ordering for 946 // Since C arguments do not get reversed, the ordering for