< prev index next >

src/hotspot/share/cds/dynamicArchive.cpp

Print this page

 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  *
 23  */
 24 
 25 #include "cds/aotArtifactFinder.hpp"
 26 #include "cds/aotClassLinker.hpp"
 27 #include "cds/aotClassLocation.hpp"
 28 #include "cds/archiveBuilder.hpp"
 29 #include "cds/archiveHeapWriter.hpp"
 30 #include "cds/archiveUtils.inline.hpp"
 31 #include "cds/cds_globals.hpp"
 32 #include "cds/cdsConfig.hpp"
 33 #include "cds/dynamicArchive.hpp"
 34 #include "cds/lambdaProxyClassDictionary.hpp"
 35 #include "cds/lambdaFormInvokers.hpp"

 36 #include "cds/metaspaceShared.hpp"
 37 #include "cds/regeneratedClasses.hpp"
 38 #include "classfile/classLoader.hpp"
 39 #include "classfile/classLoaderData.inline.hpp"
 40 #include "classfile/symbolTable.hpp"
 41 #include "classfile/systemDictionaryShared.hpp"
 42 #include "classfile/vmSymbols.hpp"
 43 #include "gc/shared/collectedHeap.hpp"
 44 #include "gc/shared/gcVMOperations.hpp"
 45 #include "gc/shared/gc_globals.hpp"
 46 #include "jvm.h"
 47 #include "logging/log.hpp"
 48 #include "memory/metaspaceClosure.hpp"
 49 #include "memory/resourceArea.hpp"
 50 #include "oops/klass.inline.hpp"
 51 #include "runtime/arguments.hpp"
 52 #include "runtime/os.hpp"
 53 #include "runtime/sharedRuntime.hpp"
 54 #include "runtime/vmOperations.hpp"
 55 #include "runtime/vmThread.hpp"

 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  *
 23  */
 24 
 25 #include "cds/aotArtifactFinder.hpp"
 26 #include "cds/aotClassLinker.hpp"
 27 #include "cds/aotClassLocation.hpp"
 28 #include "cds/archiveBuilder.hpp"
 29 #include "cds/archiveHeapWriter.hpp"
 30 #include "cds/archiveUtils.inline.hpp"
 31 #include "cds/cds_globals.hpp"
 32 #include "cds/cdsConfig.hpp"
 33 #include "cds/dynamicArchive.hpp"

 34 #include "cds/lambdaFormInvokers.hpp"
 35 #include "cds/lambdaProxyClassDictionary.hpp"
 36 #include "cds/metaspaceShared.hpp"
 37 #include "cds/regeneratedClasses.hpp"
 38 #include "classfile/classLoader.hpp"
 39 #include "classfile/classLoaderData.inline.hpp"
 40 #include "classfile/symbolTable.hpp"
 41 #include "classfile/systemDictionaryShared.hpp"
 42 #include "classfile/vmSymbols.hpp"
 43 #include "gc/shared/collectedHeap.hpp"
 44 #include "gc/shared/gcVMOperations.hpp"
 45 #include "gc/shared/gc_globals.hpp"
 46 #include "jvm.h"
 47 #include "logging/log.hpp"
 48 #include "memory/metaspaceClosure.hpp"
 49 #include "memory/resourceArea.hpp"
 50 #include "oops/klass.inline.hpp"
 51 #include "runtime/arguments.hpp"
 52 #include "runtime/os.hpp"
 53 #include "runtime/sharedRuntime.hpp"
 54 #include "runtime/vmOperations.hpp"
 55 #include "runtime/vmThread.hpp"
< prev index next >