< prev index next >

src/hotspot/share/ci/ciObjArray.hpp

Print this page
*** 48,8 ***
--- 48,11 ---
  public:
    // What kind of ciObject is this?
    bool is_obj_array() { return true; }
  
    ciObject* obj_at(int index);
+ 
+   bool is_flat()      { return false; }
+   bool is_null_free();
  };
  
  #endif // SHARE_CI_CIOBJARRAY_HPP
< prev index next >