--- old/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp 2014-04-29 16:53:19.000000000 -0400 +++ new/src/share/vm/gc_implementation/g1/g1CodeCacheRemSet.cpp 2014-04-29 16:53:18.000000000 -0400 @@ -28,6 +28,8 @@ #include "gc_implementation/g1/g1CodeCacheRemSet.hpp" #include "memory/iterator.hpp" +PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + G1CodeRootChunk::G1CodeRootChunk() : _top(NULL), _next(NULL), _prev(NULL) { _top = bottom(); }