hotspot/src/share/vm/oops/oopsHierarchy.hpp
changeset 8725 8c1e3dd5fe1b
parent 8076 96d498ec7ae1
child 13728 882756847a04
equal deleted inserted replaced
8724:693c6b883b54 8725:8c1e3dd5fe1b
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     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.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     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
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   172 
   172 
   173 // The klass hierarchy is separate from the oop hierarchy.
   173 // The klass hierarchy is separate from the oop hierarchy.
   174 
   174 
   175 class Klass;
   175 class Klass;
   176 class   instanceKlass;
   176 class   instanceKlass;
       
   177 class     instanceMirrorKlass;
   177 class     instanceRefKlass;
   178 class     instanceRefKlass;
   178 class   methodKlass;
   179 class   methodKlass;
   179 class   constMethodKlass;
   180 class   constMethodKlass;
   180 class   methodDataKlass;
   181 class   methodDataKlass;
   181 class   klassKlass;
   182 class   klassKlass;