--- old/src/share/vm/runtime/frame.hpp 2017-06-28 09:43:02.839390024 -0400 +++ new/src/share/vm/runtime/frame.hpp 2017-06-28 09:43:02.500996880 -0400 @@ -418,6 +418,8 @@ int pd_oop_map_offset_adjustment() const; + DEBUG_ONLY(void pd_ps();) // platform dependent frame printing + #include CPU_HEADER(frame) };