src/share/vm/oops/method.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/oops/method.hpp	Wed Jul 30 19:10:36 2014
--- new/src/share/vm/oops/method.hpp	Wed Jul 30 19:10:36 2014

*** 647,656 **** --- 647,657 ---- static objArrayHandle resolved_checked_exceptions_impl(Method* method, TRAPS); // Returns the byte code index from the byte code pointer int bci_from(address bcp) const; address bcp_from(int bci) const; + address bcp_from(address bci) 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.

src/share/vm/oops/method.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File