< prev index next >

src/hotspot/share/oops/cpCache.cpp

Print this page

        

@@ -185,10 +185,11 @@
                          (                             1      << is_vfinal_shift) |
                          ((method->is_final_method() ? 1 : 0) << is_final_shift),
                          method()->size_of_parameters());
         set_f2_as_vfinal_method(method());
         byte_no = 2;
+        set_f1(method->method_holder()); // interface klass*
         break;
       }
       else {
         // We get here from InterpreterRuntime::resolve_invoke when an invokeinterface
         // instruction somehow links to a non-interface method (in Object).
< prev index next >