--- old/src/cpu/x86/vm/relocInfo_x86.hpp Mon May 19 21:11:13 2008 +++ new/src/cpu/x86/vm/relocInfo_x86.hpp Mon May 19 21:11:13 2008 @@ -29,5 +29,10 @@ offset_unit = 1, // Encodes Assembler::disp32_operand vs. Assembler::imm32_operand. +#ifndef AMD64 format_width = 1 +#else + // vs Assembler::narrow_oop_operand. + format_width = 2 +#endif };