hotspot/src/share/vm/runtime/commandLineFlagRangeList.hpp
changeset 34242 e530decd7c63
parent 32351 1da9b960b3d4
child 37208 aaf76eb8cfd4
equal deleted inserted replaced
34234:e4a23d294f48 34242:e530decd7c63
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_RUNTIME_COMMANDLINEFLAGRANGELIST_HPP
    25 #ifndef SHARE_VM_RUNTIME_COMMANDLINEFLAGRANGELIST_HPP
    26 #define SHARE_VM_RUNTIME_COMMANDLINEFLAGRANGELIST_HPP
    26 #define SHARE_VM_RUNTIME_COMMANDLINEFLAGRANGELIST_HPP
    27 
    27 
       
    28 #include "memory/metaspaceShared.hpp"
    28 #include "runtime/globals.hpp"
    29 #include "runtime/globals.hpp"
    29 #include "utilities/growableArray.hpp"
    30 #include "utilities/growableArray.hpp"
    30 
    31 
    31 /*
    32 /*
    32  * Here we have a mechanism for extracting ranges specified in flag macro tables.
    33  * Here we have a mechanism for extracting ranges specified in flag macro tables.