diff src/share/vm/ci/ciClassList.hpp @ 3939:f6f3bb0ee072

7088955: add C2 IR support to the SA Reviewed-by: kvn
author never
date Sun, 11 Sep 2011 14:48:24 -0700
parents 1d1603768966
children 1d7922586cf6
line wrap: on
line diff
--- a/src/share/vm/ci/ciClassList.hpp	Sat Sep 10 17:29:02 2011 -0700
+++ b/src/share/vm/ci/ciClassList.hpp	Sun Sep 11 14:48:24 2011 -0700
@@ -77,12 +77,14 @@
 
 // Everyone gives access to ciObjectFactory
 #define CI_PACKAGE_ACCESS \
-friend class ciObjectFactory;
+friend class ciObjectFactory; \
+friend class VMStructs;
 
 // These are the packages that have access to ciEnv
 // Any more access must be given explicitly.
 #define CI_PACKAGE_ACCESS_TO           \
 friend class ciObjectFactory;          \
+friend class VMStructs;                \
 friend class ciCallSite;               \
 friend class ciConstantPoolCache;      \
 friend class ciField;                  \