hotspot/src/share/vm/runtime/frame.hpp
changeset 22838 82c7497fbad4
parent 22823 40b2c6c30123
parent 19952 bc974e92f881
child 22924 5da64eb25f2a
child 22905 4b1549d69106
--- a/hotspot/src/share/vm/runtime/frame.hpp	Wed Oct 16 10:52:41 2013 +0200
+++ b/hotspot/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);