hotspot/src/share/vm/services/heapDumper.cpp
changeset 13391 30245956af37
parent 13195 be27e1b6a4b9
child 13728 882756847a04
--- a/hotspot/src/share/vm/services/heapDumper.cpp	Mon Jul 23 13:04:59 2012 -0700
+++ b/hotspot/src/share/vm/services/heapDumper.cpp	Tue Jul 24 10:51:00 2012 -0700
@@ -1650,9 +1650,6 @@
         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();
     }