< prev index next >

src/hotspot/share/oops/oop.hpp

erik_version

*** 140,150 **** } else { return 0; } } ! static bool equals(oop o1, oop o2); // Access to fields in a instanceOop through these methods. template <DecoratorSet decorator> oop obj_field_access(int offset) const; oop obj_field(int offset) const; --- 140,150 ---- } else { return 0; } } ! inline static bool equals(oop o1, oop o2) { return Access<>::equals(o1, o2); } // Access to fields in a instanceOop through these methods. template <DecoratorSet decorator> oop obj_field_access(int offset) const; oop obj_field(int offset) const;
< prev index next >