src/share/vm/interpreter/interpreterRuntime.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Apr 29 16:54:21 2014
--- new/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Apr 29 16:54:20 2014

*** 73,82 **** --- 73,84 ---- #endif #ifdef COMPILER2 #include "opto/runtime.hpp" #endif + PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + class UnlockFlagSaver { private: JavaThread* _thread; bool _do_not_unlock; public:

src/share/vm/interpreter/interpreterRuntime.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File