--- old/src/share/vm/ci/ciArrayKlass.hpp 2014-08-26 09:46:33.929229000 -0400 +++ new/src/share/vm/ci/ciArrayKlass.hpp 2014-08-26 09:46:28.891212000 -0400 @@ -52,11 +52,6 @@ ciType* base_element_type(); // JLS calls this the "element type" bool is_leaf_type(); // No subtypes of this array type. - ciInstance* component_mirror() { - // This is a real field in ArrayKlass, but we derive it from element_type. - return element_type()->java_mirror(); - } - // What kind of vmObject is this? bool is_array_klass() const { return true; } bool is_java_klass() const { return true; }