hotspot/src/share/vm/runtime/frame.cpp
changeset 6418 6671edbd230e
parent 6269 10e06287c0b0
child 7109 ee95642a03a5
--- a/hotspot/src/share/vm/runtime/frame.cpp	Mon Aug 23 09:09:36 2010 -0700
+++ b/hotspot/src/share/vm/runtime/frame.cpp	Wed Aug 25 05:27:54 2010 -0700
@@ -537,8 +537,8 @@
     st->cr();
 #ifndef PRODUCT
     if (end == NULL) {
-      begin = _cb->instructions_begin();
-      end = _cb->instructions_end();
+      begin = _cb->code_begin();
+      end   = _cb->code_end();
     }
 #endif
   }