diff src/share/vm/ci/ciCallSite.hpp @ 3852:fdb992d83a87

7071653: JSR 292: call site change notification should be pushed not pulled Reviewed-by: kvn, never, bdelsart
author twisti
date Tue, 16 Aug 2011 04:14:05 -0700
parents 8033953d67ff
children
line wrap: on
line diff
--- a/src/share/vm/ci/ciCallSite.hpp	Thu Aug 11 12:08:11 2011 -0700
+++ b/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;