comparison src/share/vm/runtime/frame.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 94c202aa2646 38f750491293
children f460c6926af7 78112be27ba0
comparison
equal deleted inserted replaced
14421:3068270ba476 14422: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