mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8230841: Remove oopDesc::equals()
Reviewed-by: rkennke, tschatzl
This commit is contained in:
parent
cb50d3b4f3
commit
2d6874b861
52 changed files with 119 additions and 132 deletions
|
@ -150,10 +150,6 @@ class oopDesc {
|
|||
}
|
||||
}
|
||||
|
||||
inline static bool equals(oop o1, oop o2) { return equals_raw(o1, o2); }
|
||||
|
||||
inline static bool equals_raw(oop o1, oop o2) { return o1 == o2; }
|
||||
|
||||
// Access to fields in a instanceOop through these methods.
|
||||
template <DecoratorSet decorator>
|
||||
oop obj_field_access(int offset) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue