< prev index next >

src/hotspot/share/ci/ciArrayKlass.hpp

Print this page

@@ -58,8 +58,10 @@
 
   // The one-level type of the array elements.
   virtual ciKlass* element_klass() { return NULL; }
 
   static ciArrayKlass* make(ciType* element_type);
+
+  int array_header_in_bytes();
 };
 
 #endif // SHARE_VM_CI_CIARRAYKLASS_HPP
< prev index next >