changeset 9630 | d6419e4395e3 |
parent 8726 | 7bafcf0e5bfb |
child 11000 | e7c4440c05e2 |
--- a/hotspot/src/share/vm/services/heapDumper.cpp Fri May 06 12:12:29 2011 -0700 +++ b/hotspot/src/share/vm/services/heapDumper.cpp Fri May 06 16:33:13 2011 -0700 @@ -1649,6 +1649,9 @@ if (fr->is_entry_frame()) { last_entry_frame = fr; } + if (fr->is_ricochet_frame()) { + fr->oops_ricochet_do(&blk, vf->register_map()); + } } vf = vf->sender(); }