hotspot/src/share/vm/memory/metadataFactory.hpp
changeset 46448 b5350a83520b
parent 26135 82b516c550f7
child 46522 86b13b03a053
equal deleted inserted replaced
46447:dbb55d89699c 46448:b5350a83520b
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2017, 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.
    24 
    24 
    25 #ifndef SHARE_VM_MEMORY_METADATAFACTORY_HPP
    25 #ifndef SHARE_VM_MEMORY_METADATAFACTORY_HPP
    26 #define SHARE_VM_MEMORY_METADATAFACTORY_HPP
    26 #define SHARE_VM_MEMORY_METADATAFACTORY_HPP
    27 
    27 
    28 #include "classfile/classLoaderData.hpp"
    28 #include "classfile/classLoaderData.hpp"
    29 #include "utilities/array.hpp"
    29 #include "oops/array.hpp"
    30 #include "utilities/exceptions.hpp"
    30 #include "utilities/exceptions.hpp"
    31 #include "utilities/globalDefinitions.hpp"
    31 #include "utilities/globalDefinitions.hpp"
    32 
    32 
    33 class MetadataFactory : AllStatic {
    33 class MetadataFactory : AllStatic {
    34  public:
    34  public: