src/hotspot/share/memory/metaspace/chunkManager.hpp
changeset 53244 9807daeb47c4
parent 52363 7e236f262add
child 53970 1ad7c590a6e7
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, 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.
   218 };
   218 };
   219 
   219 
   220 } // namespace metaspace
   220 } // namespace metaspace
   221 
   221 
   222 
   222 
   223 #endif /* SHARE_MEMORY_METASPACE_CHUNKMANAGER_HPP_ */
   223 #endif // SHARE_MEMORY_METASPACE_CHUNKMANAGER_HPP
   224