hotspot/src/os/linux/vm/globals_linux.hpp
changeset 38273 2634194d7555
parent 35884 ec439aaca107
child 39117 59fa99a45873
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
    26 #define OS_LINUX_VM_GLOBALS_LINUX_HPP
    26 #define OS_LINUX_VM_GLOBALS_LINUX_HPP
    27 
    27 
    28 //
    28 //
    29 // Defines Linux specific flags. They are not available on other platforms.
    29 // Defines Linux specific flags. They are not available on other platforms.
    30 //
    30 //
    31 #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
    31 #define RUNTIME_OS_FLAGS(develop, \
       
    32                          develop_pd, \
       
    33                          product, \
       
    34                          product_pd, \
       
    35                          diagnostic, \
       
    36                          notproduct, \
       
    37                          range, \
       
    38                          constraint, \
       
    39                          writeable) \
    32                                                                         \
    40                                                                         \
    33   product(bool, UseOprofile, false,                                     \
    41   product(bool, UseOprofile, false,                                     \
    34         "enable support for Oprofile profiler")                         \
    42         "enable support for Oprofile profiler")                         \
    35                                                                         \
    43                                                                         \
    36   /*  NB: The default value of UseLinuxPosixThreadCPUClocks may be   */ \
    44   /*  NB: The default value of UseLinuxPosixThreadCPUClocks may be   */ \