< prev index next >

src/hotspot/share/ci/ciArrayKlass.hpp

Print this page

        

@@ -61,8 +61,9 @@
 
   static ciArrayKlass* make(ciType* element_type, bool never_null = false);
 
   int array_header_in_bytes();
   ArrayStorageProperties storage_properties();
+  ciInstance* component_mirror_instance() const;
 };
 
 #endif // SHARE_CI_CIARRAYKLASS_HPP
< prev index next >