--- a/hotspot/src/share/vm/oops/method.hpp Thu Jan 03 15:08:43 2013 -0500
+++ b/hotspot/src/share/vm/oops/method.hpp Tue Jan 08 13:01:19 2013 -0500
@@ -343,7 +343,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 {