diff src/share/vm/ci/ciObjArray.hpp @ 17:ff5961f4c095

6395208: Elide autoboxing for calls to HashMap.get(int) and HashMap.get(long) Reviewed-by: kvn, rasbold
author never
date Wed, 05 Dec 2007 09:01:00 -0800
parents a61af66fc99e
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/ci/ciObjArray.hpp	Wed Dec 05 09:00:00 2007 -0800
+++ b/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);
 };