hotspot/src/share/vm/ci/ciClassList.hpp
changeset 13391 30245956af37
parent 10547 ea4a2ec31ae2
child 13728 882756847a04
--- a/hotspot/src/share/vm/ci/ciClassList.hpp	Mon Jul 23 13:04:59 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciClassList.hpp	Tue Jul 24 10:51:00 2012 -0700
@@ -47,6 +47,7 @@
 class   ciNullObject;
 class   ciInstance;
 class     ciCallSite;
+class     ciMemberName;
 class     ciMethodHandle;
 class   ciMethod;
 class   ciMethodData;
@@ -100,6 +101,7 @@
 friend class ciObject;                 \
 friend class ciNullObject;             \
 friend class ciInstance;               \
+friend class ciMemberName;             \
 friend class ciMethod;                 \
 friend class ciMethodData;             \
 friend class ciMethodHandle;           \