diff -r 3068270ba476 -r 2b8e28fdf503 src/share/vm/runtime/frame.hpp --- a/src/share/vm/runtime/frame.hpp Wed Oct 16 10:52:41 2013 +0200 +++ b/src/share/vm/runtime/frame.hpp Tue Nov 05 17:38:04 2013 -0800 @@ -409,6 +409,7 @@ void print_on(outputStream* st) const; void interpreter_frame_print_on(outputStream* st) const; void print_on_error(outputStream* st, char* buf, int buflen, bool verbose = false) const; + static void print_C_frame(outputStream* st, char* buf, int buflen, address pc); // Add annotated descriptions of memory locations belonging to this frame to values void describe(FrameValues& values, int frame_no);