src/share/vm/oops/method.hpp

changeset 4406
18c3c3fa291b
parent 4398
ade95d680b42
parent 4405
0c8717a92b2d
child 4497
16fb9f942703
child 4509
44c5fcd9cb25
child 4539
6a51fc70a15e
     1.1 --- a/src/share/vm/oops/method.hpp	Wed Jan 09 18:06:34 2013 -0500
     1.2 +++ b/src/share/vm/oops/method.hpp	Wed Jan 09 21:18:52 2013 -0500
     1.3 @@ -351,7 +351,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