--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2012-12-27 19:22:48.439435139 -0500 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2012-12-27 19:22:47.293781840 -0500 @@ -417,7 +417,7 @@ // exception handler lookup KlassHandle h_klass(THREAD, h_exception->klass()); - handler_bci = h_method->fast_exception_handler_bci_for(h_klass, current_bci, THREAD); + handler_bci = Method::fast_exception_handler_bci_for(h_method, h_klass, current_bci, THREAD); if (HAS_PENDING_EXCEPTION) { // We threw an exception while trying to find the exception handler. // Transfer the new exception to the exception handle which will