src/share/vm/oops/methodData.cpp

changeset 6470
abe03600372a
parent 5208
a1ebd310d5c1
child 6472
2b8e28fdf503
     1.1 --- a/src/share/vm/oops/methodData.cpp	Thu Sep 19 17:31:42 2013 +0200
     1.2 +++ b/src/share/vm/oops/methodData.cpp	Sun Sep 15 15:28:58 2013 +0200
     1.3 @@ -244,6 +244,11 @@
     1.4    return mdp;
     1.5  }
     1.6  
     1.7 +#ifdef CC_INTERP
     1.8 +DataLayout* RetData::advance(MethodData *md, int bci) {
     1.9 +  return (DataLayout*) md->bci_to_dp(bci);
    1.10 +}
    1.11 +#endif // CC_INTERP
    1.12  
    1.13  #ifndef PRODUCT
    1.14  void RetData::print_data_on(outputStream* st) {

mercurial