src/hotspot/share/oops/klass.hpp
changeset 49746 b17256b5c047
parent 49739 00805b129186
child 49821 02c08e20d66c
equal deleted inserted replaced
49745:e3e66c178518 49746:b17256b5c047
   164     _has_signer_and_not_archived = 1 << 2
   164     _has_signer_and_not_archived = 1 << 2
   165   };
   165   };
   166 #endif
   166 #endif
   167   // The _archived_mirror is set at CDS dump time pointing to the cached mirror
   167   // The _archived_mirror is set at CDS dump time pointing to the cached mirror
   168   // in the open archive heap region when archiving java object is supported.
   168   // in the open archive heap region when archiving java object is supported.
   169   CDS_JAVA_HEAP_ONLY(narrowOop _archived_mirror);
   169   CDS_JAVA_HEAP_ONLY(narrowOop _archived_mirror;)
   170 
   170 
   171   friend class SharedClassUtil;
   171   friend class SharedClassUtil;
   172 protected:
   172 protected:
   173 
   173 
   174   // Constructor
   174   // Constructor