src/share/vm/oops/method.hpp

changeset 4405
0c8717a92b2d
parent 4338
fd74228fd5ca
child 4406
18c3c3fa291b
     1.1 --- a/src/share/vm/oops/method.hpp	Thu Jan 03 15:08:43 2013 -0500
     1.2 +++ b/src/share/vm/oops/method.hpp	Tue Jan 08 13:01:19 2013 -0500
     1.3 @@ -343,7 +343,7 @@
     1.4    // exception handler which caused the exception to be thrown, which
     1.5    // is needed for proper retries. See, for example,
     1.6    // InterpreterRuntime::exception_handler_for_exception.
     1.7 -  int fast_exception_handler_bci_for(KlassHandle ex_klass, int throw_bci, TRAPS);
     1.8 +  static int fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS);
     1.9  
    1.10    // method data access
    1.11    MethodData* method_data() const              {

mercurial