hotspot/src/cpu/x86/vm/relocInfo_x86.hpp
changeset 590 2954744d7bba
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
589:a44a1e70a3e4 590:2954744d7bba
    27   enum {
    27   enum {
    28     // Intel instructions are byte-aligned.
    28     // Intel instructions are byte-aligned.
    29     offset_unit        =  1,
    29     offset_unit        =  1,
    30 
    30 
    31     // Encodes Assembler::disp32_operand vs. Assembler::imm32_operand.
    31     // Encodes Assembler::disp32_operand vs. Assembler::imm32_operand.
       
    32 #ifndef AMD64
    32     format_width       =  1
    33     format_width       =  1
       
    34 #else
       
    35     // vs Assembler::narrow_oop_operand.
       
    36     format_width       =  2
       
    37 #endif
    33   };
    38   };