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

src/share/vm/oops/oopsHierarchy.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2010, 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. --- 1,7 ---- /* ! * Copyright (c) 1997, 2011, 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.
*** 172,181 **** --- 172,182 ---- // The klass hierarchy is separate from the oop hierarchy. class Klass; class instanceKlass; + class instanceMirrorKlass; class instanceRefKlass; class methodKlass; class constMethodKlass; class methodDataKlass; class klassKlass;
src/share/vm/oops/oopsHierarchy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File