diff -r 8528b67f6562 -r 2658d7834c6e hotspot/src/share/vm/runtime/jniHandles.cpp --- a/hotspot/src/share/vm/runtime/jniHandles.cpp Fri May 09 08:34:22 2014 -0700 +++ b/hotspot/src/share/vm/runtime/jniHandles.cpp Fri May 09 16:50:54 2014 -0400 @@ -30,6 +30,7 @@ #include "runtime/mutexLocker.hpp" #include "runtime/thread.inline.hpp" +PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC JNIHandleBlock* JNIHandles::_global_handles = NULL; JNIHandleBlock* JNIHandles::_weak_global_handles = NULL;