hotspot/src/share/vm/oops/objArrayKlass.hpp
changeset 35123 b0b89d83bcf5
parent 33611 9abd65805e19
child 35135 dd2ce9021031
--- a/hotspot/src/share/vm/oops/objArrayKlass.hpp	Tue Dec 08 14:26:17 2015 +0000
+++ b/hotspot/src/share/vm/oops/objArrayKlass.hpp	Mon Dec 14 17:02:02 2015 -1000
@@ -33,6 +33,7 @@
 
 class ObjArrayKlass : public ArrayKlass {
   friend class VMStructs;
+  friend class JVMCIVMStructs;
  private:
   Klass* _element_klass;            // The klass of the elements of this array type
   Klass* _bottom_klass;             // The one-dimensional type (InstanceKlass or TypeArrayKlass)