--- old/src/cpu/x86/vm/assembler_x86.hpp 2014-07-25 15:31:06.000000000 -0700 +++ new/src/cpu/x86/vm/assembler_x86.hpp 2014-07-25 15:31:06.000000000 -0700 @@ -1837,6 +1837,7 @@ void vpbroadcastd(XMMRegister dst, XMMRegister src); // Carry-Less Multiplication Quadword + void pclmulqdq(XMMRegister dst, XMMRegister src, int mask); void vpclmulqdq(XMMRegister dst, XMMRegister nds, XMMRegister src, int mask); // AVX instruction which is used to clear upper 128 bits of YMM registers and