hotspot/src/share/vm/ci/ciArrayKlass.hpp
changeset 26412 80741eb33ba2
parent 13952 e3cf184080bc
child 46329 53ccc37bda19
--- a/hotspot/src/share/vm/ci/ciArrayKlass.hpp	Wed Aug 27 10:42:28 2014 -0700
+++ b/hotspot/src/share/vm/ci/ciArrayKlass.hpp	Thu Aug 28 11:29:09 2014 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -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; }