comparison src/share/vm/runtime/frame.hpp @ 17474:6fa574bfd32a

Merge
author chegar
date Thu, 03 Oct 2013 19:13:12 +0100
parents 38f750491293
children cefad50507d8 2b8e28fdf503 be0ac0e8f6e7
comparison
equal deleted inserted replaced
17473:9b4ce069642e 17474:6fa574bfd32a
404 void print_value() const { print_value_on(tty,NULL); } 404 void print_value() const { print_value_on(tty,NULL); }
405 void print_value_on(outputStream* st, JavaThread *thread) const; 405 void print_value_on(outputStream* st, JavaThread *thread) const;
406 void print_on(outputStream* st) const; 406 void print_on(outputStream* st) const;
407 void interpreter_frame_print_on(outputStream* st) const; 407 void interpreter_frame_print_on(outputStream* st) const;
408 void print_on_error(outputStream* st, char* buf, int buflen, bool verbose = false) const; 408 void print_on_error(outputStream* st, char* buf, int buflen, bool verbose = false) const;
409 static void print_C_frame(outputStream* st, char* buf, int buflen, address pc);
409 410
410 // Add annotated descriptions of memory locations belonging to this frame to values 411 // Add annotated descriptions of memory locations belonging to this frame to values
411 void describe(FrameValues& values, int frame_no); 412 void describe(FrameValues& values, int frame_no);
412 413
413 // Conversion from an VMReg to physical stack location 414 // Conversion from an VMReg to physical stack location