src/hotspot/share/oops/oop.hpp
changeset 52070 e4d72440d60e
parent 52062 8dbf1a13af49
child 52117 a2edf32cd813
equal deleted inserted replaced
52069:3ecaae33241a 52070:e4d72440d60e
   151     }
   151     }
   152   }
   152   }
   153 
   153 
   154   inline static bool equals(oop o1, oop o2) { return Access<>::equals(o1, o2); }
   154   inline static bool equals(oop o1, oop o2) { return Access<>::equals(o1, o2); }
   155 
   155 
       
   156   inline static bool equals_raw(oop o1, oop o2) { return RawAccess<>::equals(o1, o2); }
       
   157 
   156   // Access to fields in a instanceOop through these methods.
   158   // Access to fields in a instanceOop through these methods.
   157   template <DecoratorSet decorator>
   159   template <DecoratorSet decorator>
   158   oop obj_field_access(int offset) const;
   160   oop obj_field_access(int offset) const;
   159   oop obj_field(int offset) const;
   161   oop obj_field(int offset) const;
   160   void obj_field_put(int offset, oop value);
   162   void obj_field_put(int offset, oop value);