< prev index next >

src/hotspot/share/oops/arrayKlass.hpp

Print this page
@@ -120,10 +120,12 @@
  
  
    // jvm support
    jint compute_modifier_flags() const;
  
+   int hash_offset_in_bytes(oop obj) const;
+ 
    // JVMTI support
    jint jvmti_class_status() const;
  
  #if INCLUDE_CDS
    // CDS support - remove and restore oops from metadata. Oops are not shared.
< prev index next >