hotspot/src/share/vm/ci/ciTypeArrayKlass.hpp
changeset 20702 bbe0fcde6e13
parent 13952 e3cf184080bc
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/ci/ciTypeArrayKlass.hpp	Wed Oct 09 11:05:17 2013 -0700
+++ b/hotspot/src/share/vm/ci/ciTypeArrayKlass.hpp	Wed Oct 09 16:32:21 2013 +0200
@@ -57,6 +57,10 @@
 
   // Make an array klass corresponding to the specified primitive type.
   static ciTypeArrayKlass* make(BasicType type);
+
+  virtual ciKlass* exact_klass() {
+    return this;
+  }
 };
 
 #endif // SHARE_VM_CI_CITYPEARRAYKLASS_HPP