diff -r 8528b67f6562 -r 2658d7834c6e hotspot/src/share/vm/runtime/synchronizer.cpp --- a/hotspot/src/share/vm/runtime/synchronizer.cpp Fri May 09 08:34:22 2014 -0700 +++ b/hotspot/src/share/vm/runtime/synchronizer.cpp Fri May 09 16:50:54 2014 -0400 @@ -60,6 +60,8 @@ #define ATTR #endif +PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + // The "core" versions of monitor enter and exit reside in this file. // The interpreter and compilers contain specialized transliterated // variants of the enter-exit fast-path operations. See i486.ad fast_lock(),