src/os/linux/vm/globals_linux.hpp

Print this page

        

*** 26,36 **** #define OS_LINUX_VM_GLOBALS_LINUX_HPP // // Defines Linux specific flags. They are not available on other platforms. // ! #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \ \ product(bool, UseOprofile, false, \ "enable support for Oprofile profiler") \ \ /* NB: The default value of UseLinuxPosixThreadCPUClocks may be */ \ --- 26,36 ---- #define OS_LINUX_VM_GLOBALS_LINUX_HPP // // Defines Linux specific flags. They are not available on other platforms. // ! #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, diagnostic_pd, notproduct, range, constraint) \ \ product(bool, UseOprofile, false, \ "enable support for Oprofile profiler") \ \ /* NB: The default value of UseLinuxPosixThreadCPUClocks may be */ \