hotspot/src/share/vm/oops/method.hpp
changeset 25714 87fa6860b5ae
parent 24461 2aa6f773eef8
child 25895 03808d9a48b2
equal deleted inserted replaced
25713:e2ed3bec8c2c 25714:87fa6860b5ae
   647   static objArrayHandle resolved_checked_exceptions_impl(Method* method, TRAPS);
   647   static objArrayHandle resolved_checked_exceptions_impl(Method* method, TRAPS);
   648 
   648 
   649   // Returns the byte code index from the byte code pointer
   649   // Returns the byte code index from the byte code pointer
   650   int     bci_from(address bcp) const;
   650   int     bci_from(address bcp) const;
   651   address bcp_from(int     bci) const;
   651   address bcp_from(int     bci) const;
   652   int validate_bci_from_bcx(intptr_t bcx) const;
   652   int validate_bci_from_bcp(address bcp) const;
       
   653   int validate_bci(int bci) const;
   653 
   654 
   654   // Returns the line number for a bci if debugging information for the method is prowided,
   655   // Returns the line number for a bci if debugging information for the method is prowided,
   655   // -1 is returned otherwise.
   656   // -1 is returned otherwise.
   656   int line_number_from_bci(int bci) const;
   657   int line_number_from_bci(int bci) const;
   657 
   658