src/share/vm/oops/method.hpp

Print this page

        

*** 341,351 **** // an IllegalAccessError (bugid 4307310) or an OutOfMemoryError. // If an exception is thrown, returns the bci of the // exception handler which caused the exception to be thrown, which // is needed for proper retries. See, for example, // InterpreterRuntime::exception_handler_for_exception. ! int fast_exception_handler_bci_for(KlassHandle ex_klass, int throw_bci, TRAPS); // method data access MethodData* method_data() const { return _method_data; } --- 341,351 ---- // an IllegalAccessError (bugid 4307310) or an OutOfMemoryError. // If an exception is thrown, returns the bci of the // exception handler which caused the exception to be thrown, which // is needed for proper retries. See, for example, // InterpreterRuntime::exception_handler_for_exception. ! static int fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS); // method data access MethodData* method_data() const { return _method_data; }