--- old/src/share/vm/runtime/stackValueCollection.cpp 2014-04-29 16:56:31.000000000 -0400 +++ new/src/share/vm/runtime/stackValueCollection.cpp 2014-04-29 16:56:31.000000000 -0400 @@ -40,6 +40,8 @@ # include "jniTypes_ppc.hpp" #endif +PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + jint StackValueCollection::int_at(int slot) const { intptr_t val = at(slot)->get_int(); jint ival = *((jint*) (&val));