hotspot/src/share/vm/ci/ciCallSite.hpp
changeset 30296 95baefac8485
parent 10265 4c869854aebd
child 31037 01a5c5fa5681
equal deleted inserted replaced
30226:5f1a3a275862 30296:95baefac8485
    41   bool is_mutable_call_site();
    41   bool is_mutable_call_site();
    42   bool is_volatile_call_site();
    42   bool is_volatile_call_site();
    43 
    43 
    44   // Return the target MethodHandle of this CallSite.
    44   // Return the target MethodHandle of this CallSite.
    45   ciMethodHandle* get_target() const;
    45   ciMethodHandle* get_target() const;
       
    46   ciKlass* get_context();
    46 
    47 
    47   void print();
    48   void print();
    48 };
    49 };
    49 
    50 
    50 #endif // SHARE_VM_CI_CICALLSITE_HPP
    51 #endif // SHARE_VM_CI_CICALLSITE_HPP