< prev index next >

src/share/vm/ci/ciCallSite.hpp

Print this page

        

*** 41,51 **** 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 --- 41,50 ----
< prev index next >