< prev index next >

src/hotspot/share/oops/oop.hpp

Print this page

*** 254,263 **** --- 254,264 ---- // asserts and guarantees static bool is_oop(oop obj, bool ignore_mark_word = false); static bool is_oop_or_null(oop obj, bool ignore_mark_word = false); #ifndef PRODUCT inline bool is_unlocked_oop() const; + static bool is_archive_object(oop p) NOT_CDS_JAVA_HEAP_RETURN_(false); #endif // garbage collection inline bool is_gc_marked() const;
< prev index next >