diff src/cpu/x86/vm/nativeInst_x86.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents f79b652d4437 127b3692c168
children b5dc2403c1e7
line wrap: on
line diff
--- a/src/cpu/x86/vm/nativeInst_x86.hpp	Fri Feb 24 18:30:42 2012 -0800
+++ b/src/cpu/x86/vm/nativeInst_x86.hpp	Mon Feb 27 13:10:13 2012 +0100
@@ -287,6 +287,9 @@
     instruction_code_xmm_store          = 0x11,
     instruction_code_xmm_lpd            = 0x12,
 
+    instruction_VEX_prefix_2bytes       = Assembler::VEX_2bytes,
+    instruction_VEX_prefix_3bytes       = Assembler::VEX_3bytes,
+
     instruction_size                    = 4,
     instruction_offset                  = 0,
     data_offset                         = 2,