src/hotspot/share/runtime/flags/jvmFlagRangeList.hpp
changeset 51796 9d3a00c8c047
parent 50289 0195ee80e530
child 53244 9807daeb47c4
equal deleted inserted replaced
51795:feb4c9e03aed 51796:9d3a00c8c047
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2018, 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.
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_RUNTIME_JVMFLAGRANGELIST_HPP
    25 #ifndef SHARE_VM_RUNTIME_JVMFLAGRANGELIST_HPP
    26 #define SHARE_VM_RUNTIME_JVMFLAGRANGELIST_HPP
    26 #define SHARE_VM_RUNTIME_JVMFLAGRANGELIST_HPP
    27 
    27 
    28 #include "memory/metaspaceShared.hpp"
       
    29 #include "runtime/flags/jvmFlag.hpp"
    28 #include "runtime/flags/jvmFlag.hpp"
    30 #include "utilities/growableArray.hpp"
    29 #include "utilities/growableArray.hpp"
    31 
    30 
    32 /*
    31 /*
    33  * Here we have a mechanism for extracting ranges specified in flag macro tables.
    32  * Here we have a mechanism for extracting ranges specified in flag macro tables.