--- old/src/share/vm/code/debugInfo.cpp 2014-04-29 16:52:29.000000000 -0400 +++ new/src/share/vm/code/debugInfo.cpp 2014-04-29 16:52:28.000000000 -0400 @@ -28,7 +28,9 @@ #include "code/nmethod.hpp" #include "runtime/handles.inline.hpp" -// Comstructors +PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + +// Constructors DebugInfoWriteStream::DebugInfoWriteStream(DebugInformationRecorder* recorder, int initial_size) : CompressedWriteStream(initial_size) {