hotspot/src/share/vm/ci/ciClassList.hpp
changeset 13929 8da0dc50a6e4
parent 13728 882756847a04
child 14477 95e66ea71f71
--- a/hotspot/src/share/vm/ci/ciClassList.hpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciClassList.hpp	Mon Oct 01 14:50:10 2012 -0700
@@ -49,6 +49,7 @@
 class     ciCallSite;
 class     ciMemberName;
 class     ciMethodHandle;
+class     ciMethodType;
 class     ciArray;
 class       ciObjArray;
 class       ciTypeArray;
@@ -99,6 +100,7 @@
 friend class ciMethod;                 \
 friend class ciMethodData;             \
 friend class ciMethodHandle;           \
+friend class ciMethodType;             \
 friend class ciReceiverTypeData;       \
 friend class ciSymbol;                 \
 friend class ciArray;                  \