diff src/share/vm/runtime/frame.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 94c202aa2646 38f750491293
children f460c6926af7 78112be27ba0
line wrap: on
line diff
--- 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);