hotspot/src/share/vm/runtime/frame.hpp
changeset 22838 82c7497fbad4
parent 22823 40b2c6c30123
parent 19952 bc974e92f881
child 22924 5da64eb25f2a
child 22905 4b1549d69106
equal deleted inserted replaced
22837:feba5d4126b8 22838:82c7497fbad4
   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