mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8204087: C++ Interpreter code left over in MethodData
Remove unused code Reviewed-by: kvn, lfoltan, thartmann
This commit is contained in:
parent
04482293bf
commit
89251ae9a3
3 changed files with 1 additions and 446 deletions
|
@ -541,12 +541,6 @@ address RetData::fixup_ret(int return_bci, MethodData* h_mdo) {
|
|||
return mdp;
|
||||
}
|
||||
|
||||
#ifdef CC_INTERP
|
||||
DataLayout* RetData::advance(MethodData *md, int bci) {
|
||||
return (DataLayout*) md->bci_to_dp(bci);
|
||||
}
|
||||
#endif // CC_INTERP
|
||||
|
||||
void RetData::print_data_on(outputStream* st, const char* extra) const {
|
||||
print_shared(st, "RetData", extra);
|
||||
uint row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue