src/share/vm/code/debugInfo.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/code/debugInfo.cpp

src/share/vm/code/debugInfo.cpp

Print this page

        

*** 26,36 **** #include "code/debugInfo.hpp" #include "code/debugInfoRec.hpp" #include "code/nmethod.hpp" #include "runtime/handles.inline.hpp" ! // Comstructors DebugInfoWriteStream::DebugInfoWriteStream(DebugInformationRecorder* recorder, int initial_size) : CompressedWriteStream(initial_size) { _recorder = recorder; } --- 26,38 ---- #include "code/debugInfo.hpp" #include "code/debugInfoRec.hpp" #include "code/nmethod.hpp" #include "runtime/handles.inline.hpp" ! PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC ! ! // Constructors DebugInfoWriteStream::DebugInfoWriteStream(DebugInformationRecorder* recorder, int initial_size) : CompressedWriteStream(initial_size) { _recorder = recorder; }
src/share/vm/code/debugInfo.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File