comparison src/share/vm/oops/methodData.cpp @ 14465:28f281e8de1d

Merge
author kvn
date Thu, 20 Feb 2014 12:20:56 -0800
parents da862781b584
children fdad2932c73f 62c54fcc0a35
comparison
equal deleted inserted replaced
14382:805784307dca 14465:28f281e8de1d
452 } 452 }
453 } 453 }
454 return mdp; 454 return mdp;
455 } 455 }
456 456
457 #ifdef CC_INTERP
458 DataLayout* RetData::advance(MethodData *md, int bci) {
459 return (DataLayout*) md->bci_to_dp(bci);
460 }
461 #endif // CC_INTERP
457 462
458 #ifndef PRODUCT 463 #ifndef PRODUCT
459 void RetData::print_data_on(outputStream* st) const { 464 void RetData::print_data_on(outputStream* st) const {
460 print_shared(st, "RetData"); 465 print_shared(st, "RetData");
461 uint row; 466 uint row;