src/share/vm/ci/ciObjectFactory.cpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2009, 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) 1999, 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.
*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_ciObjectFactory.cpp.incl" // ciObjectFactory // // This class handles requests for the creation of new instances // of ciObject and its subclasses. It contains a caching mechanism --- 20,56 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "ci/ciCPCache.hpp" ! #include "ci/ciCallSite.hpp" ! #include "ci/ciInstance.hpp" ! #include "ci/ciInstanceKlass.hpp" ! #include "ci/ciInstanceKlassKlass.hpp" ! #include "ci/ciMethod.hpp" ! #include "ci/ciMethodData.hpp" ! #include "ci/ciMethodHandle.hpp" ! #include "ci/ciMethodKlass.hpp" ! #include "ci/ciNullObject.hpp" ! #include "ci/ciObjArray.hpp" ! #include "ci/ciObjArrayKlass.hpp" ! #include "ci/ciObjArrayKlassKlass.hpp" ! #include "ci/ciObjectFactory.hpp" ! #include "ci/ciSymbol.hpp" ! #include "ci/ciSymbolKlass.hpp" ! #include "ci/ciTypeArray.hpp" ! #include "ci/ciTypeArrayKlass.hpp" ! #include "ci/ciTypeArrayKlassKlass.hpp" ! #include "ci/ciUtilities.hpp" ! #include "classfile/systemDictionary.hpp" ! #include "gc_interface/collectedHeap.inline.hpp" ! #include "memory/allocation.inline.hpp" ! #include "oops/oop.inline.hpp" ! #include "oops/oop.inline2.hpp" ! #include "runtime/fieldType.hpp" // ciObjectFactory // // This class handles requests for the creation of new instances // of ciObject and its subclasses. It contains a caching mechanism