src/share/vm/ci/ciObjArray.hpp

changeset 452
ff5961f4c095
parent 435
a61af66fc99e
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/ci/ciObjArray.hpp	Wed Dec 05 09:00:00 2007 -0800
     1.2 +++ b/src/share/vm/ci/ciObjArray.hpp	Wed Dec 05 09:01:00 2007 -0800
     1.3 @@ -43,4 +43,6 @@
     1.4  public:
     1.5    // What kind of ciObject is this?
     1.6    bool is_obj_array() { return true; }
     1.7 +
     1.8 +  ciObject* obj_at(int index);
     1.9  };

mercurial