src/cpu/x86/vm/relocInfo_x86.hpp

changeset 599
c436414a719e
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/src/cpu/x86/vm/relocInfo_x86.hpp	Wed May 21 10:45:07 2008 -0700
     1.2 +++ b/src/cpu/x86/vm/relocInfo_x86.hpp	Wed May 21 13:46:23 2008 -0700
     1.3 @@ -29,5 +29,10 @@
     1.4      offset_unit        =  1,
     1.5  
     1.6      // Encodes Assembler::disp32_operand vs. Assembler::imm32_operand.
     1.7 +#ifndef AMD64
     1.8      format_width       =  1
     1.9 +#else
    1.10 +    // vs Assembler::narrow_oop_operand.
    1.11 +    format_width       =  2
    1.12 +#endif
    1.13    };

mercurial