< prev index next >

src/hotspot/share/ci/ciTypeArrayKlass.hpp

Print this page
*** 59,8 ***
--- 59,12 ---
    static ciTypeArrayKlass* make(BasicType type);
  
    virtual ciKlass* exact_klass() {
      return this;
    }
+ 
+   virtual bool can_be_inline_array_klass() {
+     return false;
+   }
  };
  
  #endif // SHARE_CI_CITYPEARRAYKLASS_HPP
< prev index next >