src/share/vm/runtime/frame.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/frame.cpp	Tue Apr 29 16:56:10 2014
--- new/src/share/vm/runtime/frame.cpp	Tue Apr 29 16:56:10 2014

*** 60,69 **** --- 60,71 ---- #endif #ifdef TARGET_ARCH_ppc # include "nativeInst_ppc.hpp" #endif + PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC + RegisterMap::RegisterMap(JavaThread *thread, bool update_map) { _thread = thread; _update_map = update_map; clear(); debug_only(_update_for_id = NULL;)

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