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

src/share/vm/oops/method.hpp

Print this page

        

*** 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; ! int validate_bci_from_bcx(intptr_t bcx) const; // Returns the line number for a bci if debugging information for the method is prowided, // -1 is returned otherwise. int line_number_from_bci(int bci) const; --- 647,658 ---- 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; ! 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. int line_number_from_bci(int bci) const;
src/share/vm/oops/method.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File