src/hotspot/share/oops/cpCache.hpp
changeset 54752 3fbaea4b1f1c
parent 53994 77343f5c85cb
child 54786 ebf733a324d4
--- a/src/hotspot/share/oops/cpCache.hpp	Tue May 07 14:05:09 2019 -0700
+++ b/src/hotspot/share/oops/cpCache.hpp	Tue May 07 17:33:19 2019 -0400
@@ -230,16 +230,14 @@
     Bytecodes::Code invoke_code,                 // the bytecode used for invoking the method
     const methodHandle& method,                  // the method/prototype if any (NULL, otherwise)
     int             vtable_index,                // the vtable index if any, else negative
-    bool            sender_is_interface,         // 'logical' sender (may be host of VMAC)
-    InstanceKlass*  pool_holder                  // class from which the call is made
+    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
     const methodHandle& method,                  // the method to call
-    bool            sender_is_interface,         // 'logical' sender (may be host of VMAC)
-    InstanceKlass*  pool_holder                  // class from which the call is made
+    bool            sender_is_interface
   );
 
   void set_vtable_call(                          // sets entry to vtable index