< prev index next >
src/share/vm/ci/ciClassList.hpp
Print this page
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
@@ -62,10 +62,11 @@
class ciReturnAddress;
class ciKlass;
class ciInstanceKlass;
class ciValueKlass;
class ciArrayKlass;
+class ciValueArrayKlass;
class ciObjArrayKlass;
class ciTypeArrayKlass;
// Simulate Java Language style package-private access with
// friend declarations.
@@ -115,9 +116,10 @@
friend class ciReturnAddress; \
friend class ciKlass; \
friend class ciInstanceKlass; \
friend class ciValueKlass; \
friend class ciArrayKlass; \
+friend class ciValueArrayKlass; \
friend class ciObjArrayKlass; \
friend class ciTypeArrayKlass; \
#endif // SHARE_VM_CI_CICLASSLIST_HPP
< prev index next >