hotspot/src/share/vm/oops/method.hpp
changeset 15109 088b1ea04490
parent 14745 03904dd8649b
child 15110 b09370d81054
--- 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              {