src/share/vm/ci/ciKlass.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciKlass.hpp	Thu Dec  3 11:54:14 2009
--- new/src/share/vm/ci/ciKlass.hpp	Thu Dec  3 11:54:13 2009

*** 1,7 **** --- 1,7 ---- /* ! * Copyright 1999-2007 Sun Microsystems, Inc. All Rights Reserved. ! * Copyright 1999-2009 Sun Microsystems, Inc. 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.
*** 69,78 **** --- 69,81 ---- ciKlass(KlassHandle k_h); // What is the name of this klass? ciSymbol* name() { return _name; } + // Is this klass in the given package? + bool is_in_package(const char* packagename) const; + // What is its layout helper value? jint layout_helper() { return _layout_helper; } bool is_subtype_of(ciKlass* klass); bool is_subclass_of(ciKlass* klass);

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