--- old/src/share/vm/oops/method.hpp 2014-07-14 19:49:44.316304175 -0400 +++ new/src/share/vm/oops/method.hpp 2014-07-14 19:49:44.064304175 -0400 @@ -649,7 +649,8 @@ // Returns the byte code index from the byte code pointer int bci_from(address bcp) const; address bcp_from(int bci) const; - int validate_bci_from_bcx(intptr_t bcx) const; + int validate_bci_from_bcp(address bcp) const; + int validate_bci(int bci) const; // Returns the line number for a bci if debugging information for the method is prowided, // -1 is returned otherwise.