< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page

        

*** 910,919 **** --- 910,920 ---- static inline void set_discovered_raw(oop ref, oop value); static inline HeapWord* discovered_addr_raw(oop ref); static inline oop queue(oop ref); static inline void set_queue(oop ref, oop value); static bool is_referent_field(oop obj, ptrdiff_t offset); + static inline bool is_final(oop ref); static inline bool is_phantom(oop ref); }; // Interface to java.lang.ref.SoftReference objects
< prev index next >