hotspot/src/share/vm/oops/method.hpp
changeset 15110 b09370d81054
parent 15102 0a86564e5f61
parent 15109 088b1ea04490
child 15437 eabd4555d072
child 15449 262003a04c6f
child 15479 e3c00ec80145
--- a/hotspot/src/share/vm/oops/method.hpp	Wed Jan 09 18:06:34 2013 -0500
+++ b/hotspot/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              {