7045513: JSR 292 inlining causes crashes in methodHandleWalk.cpp

Reviewed-by: jrose
This commit is contained in:
Tom Rodriguez 2011-05-17 19:11:51 -07:00
parent 4b893d695b
commit c2f2cb75fc
15 changed files with 331 additions and 61 deletions

View file

@ -2861,6 +2861,7 @@ void JavaThread::trace_frames() {
}
#ifdef ASSERT
// Print or validate the layout of stack frames
void JavaThread::print_frame_layout(int depth, bool validate_only) {
ResourceMark rm;
@ -2878,7 +2879,7 @@ void JavaThread::print_frame_layout(int depth, bool validate_only) {
values.print();
}
}
#endif
void JavaThread::trace_stack_from(vframe* start_vf) {
ResourceMark rm;