src/share/vm/runtime/frame.hpp

changeset 6472
2b8e28fdf503
parent 6457
94c202aa2646
parent 5667
38f750491293
child 6521
af8cc1dae608
equal deleted inserted replaced
6471:3068270ba476 6472:2b8e28fdf503
407 void print_value() const { print_value_on(tty,NULL); } 407 void print_value() const { print_value_on(tty,NULL); }
408 void print_value_on(outputStream* st, JavaThread *thread) const; 408 void print_value_on(outputStream* st, JavaThread *thread) const;
409 void print_on(outputStream* st) const; 409 void print_on(outputStream* st) const;
410 void interpreter_frame_print_on(outputStream* st) const; 410 void interpreter_frame_print_on(outputStream* st) const;
411 void print_on_error(outputStream* st, char* buf, int buflen, bool verbose = false) const; 411 void print_on_error(outputStream* st, char* buf, int buflen, bool verbose = false) const;
412 static void print_C_frame(outputStream* st, char* buf, int buflen, address pc);
412 413
413 // Add annotated descriptions of memory locations belonging to this frame to values 414 // Add annotated descriptions of memory locations belonging to this frame to values
414 void describe(FrameValues& values, int frame_no); 415 void describe(FrameValues& values, int frame_no);
415 416
416 // Conversion from an VMReg to physical stack location 417 // Conversion from an VMReg to physical stack location

mercurial