src/share/vm/ci/ciCallSite.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciCallSite.hpp	Fri Aug 12 04:58:45 2011
--- new/src/share/vm/ci/ciCallSite.hpp	Fri Aug 12 04:58:44 2011

*** 38,46 **** --- 38,50 ---- bool is_call_site() const { return true; } // Return the target MethodHandle of this CallSite. ciMethodHandle* get_target() const; + bool is_constant_call_site(); + bool is_mutable_call_site(); + bool is_volatile_call_site(); + void print(); }; #endif // SHARE_VM_CI_CICALLSITE_HPP

src/share/vm/ci/ciCallSite.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File