--- old/src/share/vm/runtime/synchronizer.cpp 2014-04-29 16:56:42.000000000 -0400 +++ new/src/share/vm/runtime/synchronizer.cpp 2014-04-29 16:56:42.000000000 -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(),