comparison src/share/vm/runtime/frame.hpp @ 3365:3cfb240033d1

7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area Reviewed-by: kvn
author never
date Mon, 09 May 2011 19:45:52 -0700
parents 167b70ff3abc
children 5432047c7db7
comparison
equal deleted inserted replaced
3364:566ea7a12419 3365: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