--- old/hotspot/src/cpu/x86/vm/assembler_x86.hpp 2015-05-04 15:06:48.000000000 -0700 +++ new/hotspot/src/cpu/x86/vm/assembler_x86.hpp 2015-05-04 15:06:47.000000000 -0700 @@ -1477,6 +1477,7 @@ void orl(Register dst, int32_t imm32); void orl(Register dst, Address src); void orl(Register dst, Register src); + void orl(Address dst, Register src); void orq(Address dst, int32_t imm32); void orq(Register dst, int32_t imm32); @@ -1577,6 +1578,8 @@ void rclq(Register dst, int imm8); + void rcrq(Register dst, int imm8); + void rdtsc(); void ret(int imm16);