< prev index next >

src/hotspot/share/oops/oop.hpp

Print this page
rev 49250 : [mq]: JDK-8199781.patch

*** 143,152 **** --- 143,154 ---- } else { return 0; } } + static bool equals(oop o1, oop o2); + // Decode an oop pointer from a narrowOop if compressed. // These are overloaded for oop and narrowOop as are the other functions // below so that they can be called in template functions. static inline oop decode_heap_oop_not_null(oop v) { return v; } static inline oop decode_heap_oop_not_null(narrowOop v);
< prev index next >