src/share/vm/ci/ciClassList.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6829187 Sdiff src/share/vm/ci

src/share/vm/ci/ciClassList.hpp

Print this page
rev 1025 : imported patch indy.compiler.patch


   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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  20  * CA 95054 USA or visit www.sun.com if you need additional information or
  21  * have any questions.
  22  *
  23  */
  24 
  25 class ciEnv;
  26 class ciObjectFactory;
  27 class ciConstantPoolCache;

  28 
  29 class ciField;
  30 class ciConstant;
  31 class ciFlags;
  32 class ciExceptionHandler;
  33 class ciCallProfile;
  34 class ciSignature;
  35 
  36 class ciBytecodeStream;
  37 class ciSignatureStream;
  38 class ciExceptionHandlerStream;
  39 
  40 class ciTypeFlow;
  41 
  42 class ciObject;
  43 class   ciNullObject;
  44 class   ciInstance;
  45 class   ciMethod;
  46 class   ciMethodData;
  47 class     ciReceiverTypeData;  // part of ciMethodData




   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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  20  * CA 95054 USA or visit www.sun.com if you need additional information or
  21  * have any 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;
  45 class   ciInstance;
  46 class   ciMethod;
  47 class   ciMethodData;
  48 class     ciReceiverTypeData;  // part of ciMethodData


src/share/vm/ci/ciClassList.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File