src/share/vm/ci/ciClassList.hpp

Print this page


   1 /*
   2  * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 



  25 class ciEnv;
  26 class ciObjectFactory;
  27 class ciConstantPoolCache;
  28 class ciCPCache;
  29 
  30 class ciField;
  31 class ciConstant;
  32 class ciFlags;
  33 class ciExceptionHandler;
  34 class ciCallProfile;
  35 class ciSignature;
  36 
  37 class ciBytecodeStream;
  38 class ciSignatureStream;
  39 class ciExceptionHandlerStream;
  40 
  41 class ciTypeFlow;
  42 
  43 class ciObject;
  44 class   ciNullObject;


 101 friend class ciMethodHandle;           \
 102 friend class ciReceiverTypeData;       \
 103 friend class ciSymbol;                 \
 104 friend class ciArray;                  \
 105 friend class ciObjArray;               \
 106 friend class ciTypeArray;              \
 107 friend class ciType;                   \
 108 friend class ciReturnAddress;          \
 109 friend class ciKlass;                  \
 110 friend class ciInstanceKlass;          \
 111 friend class ciMethodKlass;            \
 112 friend class ciSymbolKlass;            \
 113 friend class ciArrayKlass;             \
 114 friend class ciObjArrayKlass;          \
 115 friend class ciTypeArrayKlass;         \
 116 friend class ciKlassKlass;             \
 117 friend class ciInstanceKlassKlass;     \
 118 friend class ciArrayKlassKlass;        \
 119 friend class ciObjArrayKlassKlass;     \
 120 friend class ciTypeArrayKlassKlass;


   1 /*
   2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 
  25 #ifndef SHARE_VM_CI_CICLASSLIST_HPP
  26 #define SHARE_VM_CI_CICLASSLIST_HPP
  27 
  28 class ciEnv;
  29 class ciObjectFactory;
  30 class ciConstantPoolCache;
  31 class ciCPCache;
  32 
  33 class ciField;
  34 class ciConstant;
  35 class ciFlags;
  36 class ciExceptionHandler;
  37 class ciCallProfile;
  38 class ciSignature;
  39 
  40 class ciBytecodeStream;
  41 class ciSignatureStream;
  42 class ciExceptionHandlerStream;
  43 
  44 class ciTypeFlow;
  45 
  46 class ciObject;
  47 class   ciNullObject;


 104 friend class ciMethodHandle;           \
 105 friend class ciReceiverTypeData;       \
 106 friend class ciSymbol;                 \
 107 friend class ciArray;                  \
 108 friend class ciObjArray;               \
 109 friend class ciTypeArray;              \
 110 friend class ciType;                   \
 111 friend class ciReturnAddress;          \
 112 friend class ciKlass;                  \
 113 friend class ciInstanceKlass;          \
 114 friend class ciMethodKlass;            \
 115 friend class ciSymbolKlass;            \
 116 friend class ciArrayKlass;             \
 117 friend class ciObjArrayKlass;          \
 118 friend class ciTypeArrayKlass;         \
 119 friend class ciKlassKlass;             \
 120 friend class ciInstanceKlassKlass;     \
 121 friend class ciArrayKlassKlass;        \
 122 friend class ciObjArrayKlassKlass;     \
 123 friend class ciTypeArrayKlassKlass;
 124 
 125 #endif // SHARE_VM_CI_CICLASSLIST_HPP