hotspot/src/share/vm/runtime/frame.hpp
changeset 9632 cd86c748c12b
parent 9630 d6419e4395e3
child 10539 f87cedf7983c
equal deleted inserted replaced
9631:9782bd698ffe 9632:cd86c748c12b
   509 
   509 
   510  public:
   510  public:
   511   // Used by frame functions to describe locations.
   511   // Used by frame functions to describe locations.
   512   void describe(int owner, intptr_t* location, const char* description, int priority = 0);
   512   void describe(int owner, intptr_t* location, const char* description, int priority = 0);
   513 
   513 
   514   bool validate();
   514   void validate();
   515   void print();
   515   void print();
   516 };
   516 };
   517 
   517 
   518 #endif
   518 #endif
   519 
   519