hotspot/src/share/vm/oops/methodData.cpp
changeset 22836 e7e511228518
parent 17858 c292f8791cca
child 22838 82c7497fbad4
equal deleted inserted replaced
22835:e1c589c71c23 22836:e7e511228518
   242     }
   242     }
   243   }
   243   }
   244   return mdp;
   244   return mdp;
   245 }
   245 }
   246 
   246 
       
   247 #ifdef CC_INTERP
       
   248 DataLayout* RetData::advance(MethodData *md, int bci) {
       
   249   return (DataLayout*) md->bci_to_dp(bci);
       
   250 }
       
   251 #endif // CC_INTERP
   247 
   252 
   248 #ifndef PRODUCT
   253 #ifndef PRODUCT
   249 void RetData::print_data_on(outputStream* st) {
   254 void RetData::print_data_on(outputStream* st) {
   250   print_shared(st, "RetData");
   255   print_shared(st, "RetData");
   251   uint row;
   256   uint row;