diff src/share/vm/runtime/frame.hpp @ 17474:6fa574bfd32a

Merge
author chegar
date Thu, 03 Oct 2013 19:13:12 +0100
parents 38f750491293
children cefad50507d8 2b8e28fdf503 be0ac0e8f6e7
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Sat Sep 14 20:40:34 2013 +0100
+++ b/src/share/vm/runtime/frame.hpp	Thu Oct 03 19:13:12 2013 +0100
@@ -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);