src/share/vm/runtime/frame.cpp

changeset 2103
3e8fbc61cee8
parent 2082
da877bdc9000
child 2263
f195c4737aca
     1.1 --- a/src/share/vm/runtime/frame.cpp	Mon Aug 23 09:09:36 2010 -0700
     1.2 +++ b/src/share/vm/runtime/frame.cpp	Wed Aug 25 05:27:54 2010 -0700
     1.3 @@ -537,8 +537,8 @@
     1.4      st->cr();
     1.5  #ifndef PRODUCT
     1.6      if (end == NULL) {
     1.7 -      begin = _cb->instructions_begin();
     1.8 -      end = _cb->instructions_end();
     1.9 +      begin = _cb->code_begin();
    1.10 +      end   = _cb->code_end();
    1.11      }
    1.12  #endif
    1.13    }

mercurial