src/share/vm/interpreter/interpreterRuntime.cpp

changeset 4405
0c8717a92b2d
parent 4318
cd3d6a6b95d9
child 4889
cc32ccaaf47f
child 4936
aeaca88565e6
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.cpp	Thu Jan 03 15:08:43 2013 -0500
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Jan 08 13:01:19 2013 -0500
     1.3 @@ -417,7 +417,7 @@
     1.4  
     1.5      // exception handler lookup
     1.6      KlassHandle h_klass(THREAD, h_exception->klass());
     1.7 -    handler_bci = h_method->fast_exception_handler_bci_for(h_klass, current_bci, THREAD);
     1.8 +    handler_bci = Method::fast_exception_handler_bci_for(h_method, h_klass, current_bci, THREAD);
     1.9      if (HAS_PENDING_EXCEPTION) {
    1.10        // We threw an exception while trying to find the exception handler.
    1.11        // Transfer the new exception to the exception handle which will

mercurial