diff src/share/vm/runtime/frame.hpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents 6b0fd0964b87 38f750491293
children d8041d695d19
line wrap: on
line diff
--- a/src/share/vm/runtime/frame.hpp	Thu Oct 10 18:26:22 2013 +0200
+++ b/src/share/vm/runtime/frame.hpp	Fri Oct 11 10:38:03 2013 +0200
@@ -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);