< prev index next >

src/share/vm/ci/ciCallSite.hpp

Print this page

        

@@ -41,11 +41,10 @@
   bool is_mutable_call_site();
   bool is_volatile_call_site();
 
   // Return the target MethodHandle of this CallSite.
   ciMethodHandle* get_target() const;
-  ciKlass* get_context();
 
   void print();
 };
 
 #endif // SHARE_VM_CI_CICALLSITE_HPP
< prev index next >