src/hotspot/share/classfile/javaClasses.hpp
changeset 52383 71564a544d4c
parent 51823 2a51125b2794
child 52411 35ebea32a23c
equal deleted inserted replaced
52382:2e280ecec246 52383:71564a544d4c
   910   static inline void set_discovered_raw(oop ref, oop value);
   910   static inline void set_discovered_raw(oop ref, oop value);
   911   static inline HeapWord* discovered_addr_raw(oop ref);
   911   static inline HeapWord* discovered_addr_raw(oop ref);
   912   static inline oop queue(oop ref);
   912   static inline oop queue(oop ref);
   913   static inline void set_queue(oop ref, oop value);
   913   static inline void set_queue(oop ref, oop value);
   914   static bool is_referent_field(oop obj, ptrdiff_t offset);
   914   static bool is_referent_field(oop obj, ptrdiff_t offset);
       
   915   static inline bool is_final(oop ref);
   915   static inline bool is_phantom(oop ref);
   916   static inline bool is_phantom(oop ref);
   916 };
   917 };
   917 
   918 
   918 
   919 
   919 // Interface to java.lang.ref.SoftReference objects
   920 // Interface to java.lang.ref.SoftReference objects