comparison src/cpu/sparc/vm/sparc.ad @ 5934:61b82be3b1ff

7152957: VM crashes with assert(false) failed: bad AD file Reviewed-by: kvn, never Contributed-by: nils.eliasson@oracle.com
author never
date Mon, 12 Mar 2012 15:28:07 -0700
parents e9a5e0a812c8
children 8b0a4867acf0
comparison
equal deleted inserted replaced
5933:fde683df4c27 5934:61b82be3b1ff
1830 switch (opcode) { 1830 switch (opcode) {
1831 case Op_CountLeadingZerosI: 1831 case Op_CountLeadingZerosI:
1832 case Op_CountLeadingZerosL: 1832 case Op_CountLeadingZerosL:
1833 case Op_CountTrailingZerosI: 1833 case Op_CountTrailingZerosI:
1834 case Op_CountTrailingZerosL: 1834 case Op_CountTrailingZerosL:
1835 case Op_PopCountI:
1836 case Op_PopCountL:
1835 if (!UsePopCountInstruction) 1837 if (!UsePopCountInstruction)
1836 return false; 1838 return false;
1837 break; 1839 break;
1838 } 1840 }
1839 1841