src/share/vm/runtime/frame.hpp

changeset 2897
3cfb240033d1
parent 2895
167b70ff3abc
child 3130
5432047c7db7
equal deleted inserted replaced
2896:566ea7a12419 2897:3cfb240033d1
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

mercurial