hotspot/src/share/vm/ci/ciCallSite.hpp
changeset 10265 4c869854aebd
parent 8676 9098d4e927e1
child 30296 95baefac8485
--- a/hotspot/src/share/vm/ci/ciCallSite.hpp	Thu Aug 11 12:08:11 2011 -0700
+++ b/hotspot/src/share/vm/ci/ciCallSite.hpp	Tue Aug 16 04:14:05 2011 -0700
@@ -37,6 +37,10 @@
   // What kind of ciObject is this?
   bool is_call_site() const { return true; }
 
+  bool is_constant_call_site();
+  bool is_mutable_call_site();
+  bool is_volatile_call_site();
+
   // Return the target MethodHandle of this CallSite.
   ciMethodHandle* get_target() const;