diff src/share/vm/oops/method.hpp @ 7470:18c3c3fa291b

Merge
author dlong
date Wed, 09 Jan 2013 21:18:52 -0500
parents ade95d680b42 0c8717a92b2d
children 989155e2d07a 16fb9f942703 44c5fcd9cb25 6a51fc70a15e
line wrap: on
line diff
--- a/src/share/vm/oops/method.hpp	Wed Jan 09 18:06:34 2013 -0500
+++ b/src/share/vm/oops/method.hpp	Wed Jan 09 21:18:52 2013 -0500
@@ -351,7 +351,7 @@
   // 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);
+  static int fast_exception_handler_bci_for(methodHandle mh, KlassHandle ex_klass, int throw_bci, TRAPS);
 
   // method data access
   MethodData* method_data() const              {