hotspot/src/share/vm/oops/cpCache.hpp
changeset 44738 11431bbc9549
parent 44524 b0d3e8ba6f27
child 46458 3c12af929e7d
--- a/hotspot/src/share/vm/oops/cpCache.hpp	Wed Apr 19 14:37:11 2017 +0200
+++ b/hotspot/src/share/vm/oops/cpCache.hpp	Thu Dec 01 14:21:31 2016 -0500
@@ -230,13 +230,15 @@
   void set_direct_or_vtable_call(
     Bytecodes::Code invoke_code,                 // the bytecode used for invoking the method
     methodHandle    method,                      // the method/prototype if any (NULL, otherwise)
-    int             vtable_index                 // the vtable index if any, else negative
+    int             vtable_index,                // the vtable index if any, else negative
+    bool            sender_is_interface
   );
 
  public:
   void set_direct_call(                          // sets entry to exact concrete method entry
     Bytecodes::Code invoke_code,                 // the bytecode used for invoking the method
-    methodHandle    method                       // the method to call
+    methodHandle    method,                      // the method to call
+    bool            sender_is_interface
   );
 
   void set_vtable_call(                          // sets entry to vtable index