7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop

Reviewed-by: kvn, never, jrose
This commit is contained in:
Christian Thalinger 2011-10-24 07:53:17 -07:00
parent b030a36386
commit ae64d0bc30
7 changed files with 54 additions and 24 deletions

View file

@ -516,7 +516,7 @@ class FrameValues {
void describe(int owner, intptr_t* location, const char* description, int priority = 0);
void validate();
void print();
void print(JavaThread* thread);
};
#endif