7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2011-05-09 19:45:52 -07:00
parent 9b9953cb0b
commit 42e49be1bc
5 changed files with 9 additions and 6 deletions

View file

@ -511,7 +511,7 @@ class FrameValues {
// Used by frame functions to describe locations.
void describe(int owner, intptr_t* location, const char* description, int priority = 0);
bool validate();
void validate();
void print();
};