src/cpu/x86/vm/frame_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/frame_x86.cpp	Tue Apr 29 16:51:23 2014
--- new/src/cpu/x86/vm/frame_x86.cpp	Tue Apr 29 16:51:23 2014

*** 46,55 **** --- 46,56 ---- #ifdef ASSERT void RegisterMap::check_location_valid() { } #endif + PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC // Profiling/safepoint support bool frame::safe_for_sender(JavaThread *thread) { address sp = (address)_sp;

src/cpu/x86/vm/frame_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File