--- old/src/share/vm/oops/constMethod.hpp 2013-01-28 14:33:28.389097081 -0500 +++ new/src/share/vm/oops/constMethod.hpp 2013-01-28 14:33:28.247095580 -0500 @@ -122,12 +122,7 @@ class MethodParametersElement VALUE_OBJ_CLASS_SPEC { public: u2 name_cp_index; - // This has to happen, otherwise it will cause SIGBUS from a - // misaligned u4 on some architectures (ie SPARC) - // because MethodParametersElements are only aligned mod 2 - // within the ConstMethod container u2 flags_hi; - u2 flags_hi; - u2 flags_lo; + u2 flags; };