hotspot/src/share/vm/runtime/frame.hpp
changeset 19952 bc974e92f881
parent 18938 ff8f8cec9434
child 22838 82c7497fbad4
child 22899 e2a6bf7f343a
--- a/hotspot/src/share/vm/runtime/frame.hpp	Wed Sep 04 08:55:08 2013 -0400
+++ b/hotspot/src/share/vm/runtime/frame.hpp	Fri Sep 06 08:42:42 2013 -0700
@@ -406,6 +406,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);