src/share/vm/runtime/globals_extension.hpp

changeset 9931
fd44df5e3bc3
parent 7535
7ae4e26cb1e0
parent 9879
d2b51a10084d
     1.1 --- a/src/share/vm/runtime/globals_extension.hpp	Wed Oct 14 16:43:13 2020 +0800
     1.2 +++ b/src/share/vm/runtime/globals_extension.hpp	Wed Oct 14 17:44:48 2020 +0800
     1.3 @@ -191,6 +191,7 @@
     1.4  
     1.5  #define FLAG_SET_CMDLINE(type, name, value) (CommandLineFlagsEx::type##AtPut(FLAG_MEMBER_WITH_TYPE(name,type), (type)(value), Flag::COMMAND_LINE))
     1.6  #define FLAG_SET_ERGO(type, name, value)    (CommandLineFlagsEx::type##AtPut(FLAG_MEMBER_WITH_TYPE(name,type), (type)(value), Flag::ERGONOMIC))
     1.7 +#define FLAG_SET_MGMT(type, name, value)    (CommandLineFlagsEx::type##AtPut(FLAG_MEMBER_WITH_TYPE(name, type), (type)(value), Flag::MANAGEMENT))
     1.8  
     1.9  // Can't put the following in CommandLineFlags because
    1.10  // of a circular dependency on the enum definition.

mercurial