hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 15109 088b1ea04490
parent 14626 0cf4eccf130f
child 17000 11bf92e571a2
child 16670 4af09aff4237
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Thu Jan 03 15:08:43 2013 -0500
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Jan 08 13:01:19 2013 -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