*** 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
*** 27,33 **** --- 27,38 ---- enum { // Intel instructions are byte-aligned. 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 };