changeset 8296 | b1c2163e4e59 |
parent 8076 | 96d498ec7ae1 |
child 8313 | 06ce193c8a5f |
--- a/hotspot/src/share/vm/oops/methodOop.hpp Thu Feb 03 20:49:09 2011 -0800 +++ b/hotspot/src/share/vm/oops/methodOop.hpp Mon Feb 07 22:19:57 2011 -0800 @@ -144,9 +144,6 @@ 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); }