src/share/vm/oops/oopsHierarchy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7017732 Sdiff src/share/vm/oops

src/share/vm/oops/oopsHierarchy.hpp

Print this page


   1 /*
   2  * Copyright (c) 1997, 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  *


 157    };                                                                      \
 158 
 159 DEF_OOP(instance);
 160 DEF_OOP(method);
 161 DEF_OOP(methodData);
 162 DEF_OOP(array);
 163 DEF_OOP(constMethod);
 164 DEF_OOP(constantPool);
 165 DEF_OOP(constantPoolCache);
 166 DEF_OOP(objArray);
 167 DEF_OOP(typeArray);
 168 DEF_OOP(klass);
 169 DEF_OOP(compiledICHolder);
 170 
 171 #endif // CHECK_UNHANDLED_OOPS
 172 
 173 // The klass hierarchy is separate from the oop hierarchy.
 174 
 175 class Klass;
 176 class   instanceKlass;

 177 class     instanceRefKlass;
 178 class   methodKlass;
 179 class   constMethodKlass;
 180 class   methodDataKlass;
 181 class   klassKlass;
 182 class     instanceKlassKlass;
 183 class     arrayKlassKlass;
 184 class       objArrayKlassKlass;
 185 class       typeArrayKlassKlass;
 186 class   arrayKlass;
 187 class     objArrayKlass;
 188 class     typeArrayKlass;
 189 class   constantPoolKlass;
 190 class   constantPoolCacheKlass;
 191 class   compiledICHolderKlass;
 192 
 193 #endif // SHARE_VM_OOPS_OOPSHIERARCHY_HPP
   1 /*
   2  * Copyright (c) 1997, 2011, 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  *


 157    };                                                                      \
 158 
 159 DEF_OOP(instance);
 160 DEF_OOP(method);
 161 DEF_OOP(methodData);
 162 DEF_OOP(array);
 163 DEF_OOP(constMethod);
 164 DEF_OOP(constantPool);
 165 DEF_OOP(constantPoolCache);
 166 DEF_OOP(objArray);
 167 DEF_OOP(typeArray);
 168 DEF_OOP(klass);
 169 DEF_OOP(compiledICHolder);
 170 
 171 #endif // CHECK_UNHANDLED_OOPS
 172 
 173 // The klass hierarchy is separate from the oop hierarchy.
 174 
 175 class Klass;
 176 class   instanceKlass;
 177 class     instanceMirrorKlass;
 178 class     instanceRefKlass;
 179 class   methodKlass;
 180 class   constMethodKlass;
 181 class   methodDataKlass;
 182 class   klassKlass;
 183 class     instanceKlassKlass;
 184 class     arrayKlassKlass;
 185 class       objArrayKlassKlass;
 186 class       typeArrayKlassKlass;
 187 class   arrayKlass;
 188 class     objArrayKlass;
 189 class     typeArrayKlass;
 190 class   constantPoolKlass;
 191 class   constantPoolCacheKlass;
 192 class   compiledICHolderKlass;
 193 
 194 #endif // SHARE_VM_OOPS_OOPSHIERARCHY_HPP
src/share/vm/oops/oopsHierarchy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File