hotspot/src/share/vm/ci/ciObjArray.hpp
changeset 190 e9a0a9dcd4f6
parent 1 489c9b5090e2
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/ci/ciObjArray.hpp	Wed Dec 05 09:00:00 2007 -0800
+++ b/hotspot/src/share/vm/ci/ciObjArray.hpp	Wed Dec 05 09:01:00 2007 -0800
@@ -43,4 +43,6 @@
 public:
   // What kind of ciObject is this?
   bool is_obj_array() { return true; }
+
+  ciObject* obj_at(int index);
 };