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

@ -2947,7 +2947,7 @@ void JavaThread::print_frame_layout(int depth, bool validate_only) {
values.validate();
} else {
tty->print_cr("[Describe stack layout]");
values.print();
values.print(this);
}
}
#endif