src/hotspot/share/memory/metaspace/metaspaceCommon.hpp
changeset 53244 9807daeb47c4
parent 50193 49c3e91c424f
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.
   121   return is_valid_chunktype(index) && index != HumongousIndex;
   121   return is_valid_chunktype(index) && index != HumongousIndex;
   122 }
   122 }
   123 
   123 
   124 } // namespace metaspace
   124 } // namespace metaspace
   125 
   125 
   126 #endif /* SHARE_MEMORY_METASPACE_METASPACESTATISTICS_HPP */
   126 #endif // SHARE_MEMORY_METASPACE_METASPACECOMMON_HPP
   127