hotspot/src/share/vm/oops/methodOop.hpp
changeset 1894 5c343868d071
parent 670 ddf3e9583f2f
child 2131 98f9cef66a34
child 2105 347008ce7984
--- a/hotspot/src/share/vm/oops/methodOop.hpp	Tue Jan 06 07:05:05 2009 -0800
+++ b/hotspot/src/share/vm/oops/methodOop.hpp	Sun Jan 11 16:58:24 2009 -0800
@@ -129,6 +129,10 @@
   volatile address           _from_interpreted_entry; // Cache of _code ? _adapter->i2c_entry() : _i2i_entry
 
  public:
+
+  static const bool IsUnsafeConc         = false;
+  static const bool IsSafeConc           = true;
+
   // accessors for instance variables
   constMethodOop constMethod() const             { return _constMethod; }
   void set_constMethod(constMethodOop xconst)    { oop_store_without_check((oop*)&_constMethod, (oop)xconst); }