< prev index next >

src/hotspot/share/ci/ciArrayKlass.hpp

Print this page

*** 58,65 **** --- 58,67 ---- // 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 >