--- old/src/share/vm/opto/compile.hpp Tue Oct 16 18:46:44 2012 +++ new/src/share/vm/opto/compile.hpp Tue Oct 16 18:46:44 2012 @@ -149,7 +149,7 @@ private: BasicType _type; union { - jvalue _value; + jvalue _value; Metadata* _metadata; } _v; int _offset; // offset of this constant (in bytes) relative to the constant table base.