src/cpu/sparc/vm/relocInfo_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/relocInfo_sparc.hpp	Mon May 19 21:11:05 2008
--- new/src/cpu/sparc/vm/relocInfo_sparc.hpp	Mon May 19 21:11:05 2008

*** 29,39 **** --- 29,44 ---- // the two low-order offset bits can always be discarded. offset_unit = 4, // There is no need for format bits; the instructions are // sufficiently self-identifying. + #ifndef _LP64 format_width = 0 + #else + // Except narrow oops in 64-bits VM. + format_width = 1 + #endif }; //Reconciliation History // 1.3 97/10/15 15:38:36 relocInfo_i486.hpp

src/cpu/sparc/vm/relocInfo_sparc.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File