--- old/src/cpu/sparc/vm/relocInfo_sparc.hpp 2017-04-07 06:27:17.821576332 -0700 +++ new/src/cpu/sparc/vm/relocInfo_sparc.hpp 2017-04-07 06:27:17.667575212 -0700 @@ -34,12 +34,8 @@ // 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 };