src/share/vm/runtime/frame.hpp

changeset 5667
38f750491293
parent 5419
e619a2766bcc
child 6472
2b8e28fdf503
     1.1 --- a/src/share/vm/runtime/frame.hpp	Wed Sep 04 08:55:08 2013 -0400
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Fri Sep 06 08:42:42 2013 -0700
     1.3 @@ -406,6 +406,7 @@
     1.4    void print_on(outputStream* st) const;
     1.5    void interpreter_frame_print_on(outputStream* st) const;
     1.6    void print_on_error(outputStream* st, char* buf, int buflen, bool verbose = false) const;
     1.7 +  static void print_C_frame(outputStream* st, char* buf, int buflen, address pc);
     1.8  
     1.9    // Add annotated descriptions of memory locations belonging to this frame to values
    1.10    void describe(FrameValues& values, int frame_no);

mercurial