src/hotspot/share/gc/z/zPage.inline.hpp
changeset 54168 eb54b34af2be
parent 54162 f344a0c6e19e
child 54169 5748eae24183
equal deleted inserted replaced
54167:d0d26fc836dd 54168:eb54b34af2be
   163 
   163 
   164 inline bool ZPage::is_relocatable() const {
   164 inline bool ZPage::is_relocatable() const {
   165   return is_active() && _seqnum < ZGlobalSeqNum;
   165   return is_active() && _seqnum < ZGlobalSeqNum;
   166 }
   166 }
   167 
   167 
   168 inline bool ZPage::is_detached() const {
       
   169   return _physical.is_null();
       
   170 }
       
   171 
       
   172 inline bool ZPage::is_mapped() const {
   168 inline bool ZPage::is_mapped() const {
   173   return _seqnum > 0;
   169   return _seqnum > 0;
   174 }
   170 }
   175 
   171 
   176 inline void ZPage::set_pre_mapped() {
   172 inline void ZPage::set_pre_mapped() {