src/share/vm/runtime/frame.hpp

changeset 3238
b20d64f83668
parent 3130
5432047c7db7
child 3433
eaa9557116a2
equal deleted inserted replaced
3237:42783d1414b2 3238:b20d64f83668
514 public: 514 public:
515 // Used by frame functions to describe locations. 515 // Used by frame functions to describe locations.
516 void describe(int owner, intptr_t* location, const char* description, int priority = 0); 516 void describe(int owner, intptr_t* location, const char* description, int priority = 0);
517 517
518 void validate(); 518 void validate();
519 void print(); 519 void print(JavaThread* thread);
520 }; 520 };
521 521
522 #endif 522 #endif
523 523
524 // 524 //

mercurial