hotspot/src/share/vm/memory/metaspace.hpp
changeset 30291 54cdc5c1a9cb
parent 26938 e0b35f8104a7
child 31335 60081f497e75
equal deleted inserted replaced
30288:476c276de939 30291:54cdc5c1a9cb
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2015, 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.
    25 #define SHARE_VM_MEMORY_METASPACE_HPP
    25 #define SHARE_VM_MEMORY_METASPACE_HPP
    26 
    26 
    27 #include "memory/allocation.hpp"
    27 #include "memory/allocation.hpp"
    28 #include "memory/memRegion.hpp"
    28 #include "memory/memRegion.hpp"
    29 #include "memory/metaspaceChunkFreeListSummary.hpp"
    29 #include "memory/metaspaceChunkFreeListSummary.hpp"
    30 #include "runtime/virtualspace.hpp"
    30 #include "memory/virtualspace.hpp"
    31 #include "utilities/exceptions.hpp"
    31 #include "utilities/exceptions.hpp"
    32 
    32 
    33 // Metaspace
    33 // Metaspace
    34 //
    34 //
    35 // Metaspaces are Arenas for the VM's metadata.
    35 // Metaspaces are Arenas for the VM's metadata.