--- old/hotspot/src/cpu/x86/vm/relocInfo_x86.hpp 2009-08-01 04:08:09.414597955 +0100 +++ new/hotspot/src/cpu/x86/vm/relocInfo_x86.hpp 2009-08-01 04:08:09.340986857 +0100 @@ -1,8 +1,5 @@ -#ifdef USE_PRAGMA_IDENT_HDR -#pragma ident "@(#)relocInfo_x86.hpp 1.18 07/05/05 17:04:19 JVM" -#endif /* - * Copyright 1997-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -22,7 +19,7 @@ * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, * CA 95054 USA or visit www.sun.com if you need additional information or * have any questions. - * + * */ // machine-dependent parts of class relocInfo @@ -32,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 };