src/share/vm/runtime/frame.hpp

changeset 6472
2b8e28fdf503
parent 6457
94c202aa2646
parent 5667
38f750491293
child 6521
af8cc1dae608
     1.1 --- a/src/share/vm/runtime/frame.hpp	Wed Oct 16 10:52:41 2013 +0200
     1.2 +++ b/src/share/vm/runtime/frame.hpp	Tue Nov 05 17:38:04 2013 -0800
     1.3 @@ -409,6 +409,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