--- old/src/share/vm/oops/methodData.hpp 2014-07-14 19:49:45.228304174 -0400 +++ new/src/share/vm/oops/methodData.hpp 2014-07-14 19:49:44.956304175 -0400 @@ -2338,10 +2338,6 @@ return dp - ((address)_data); } - address di_to_dp(int di) { - return (address)data_layout_at(di); - } - // bci to di/dp conversion. address bci_to_dp(int bci); int bci_to_di(int bci) {