src/os/bsd/vm/globals_bsd.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/os/linux/vm/globals_linux.hpp	Tue Sep 13 12:29:53 2011
--- new/src/os/bsd/vm/globals_bsd.hpp	Tue Sep 13 12:29:53 2011

*** 20,55 **** --- 20,55 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef OS_LINUX_VM_GLOBALS_LINUX_HPP ! #define OS_LINUX_VM_GLOBALS_LINUX_HPP ! #ifndef OS_BSD_VM_GLOBALS_BSD_HPP ! #define OS_BSD_VM_GLOBALS_BSD_HPP // ! // Defines Linux specific flags. They are not available on other platforms. ! // Defines Bsd specific flags. They are not available on other platforms. // #define RUNTIME_OS_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \ product(bool, UseOprofile, false, \ "enable support for Oprofile profiler") \ \ ! product(bool, UseLinuxPosixThreadCPUClocks, true, \ ! "enable fast Linux Posix clocks where available") \ ! /* NB: The default value of UseLinuxPosixThreadCPUClocks may be \ ! product(bool, UseBsdPosixThreadCPUClocks, true, \ ! "enable fast Bsd Posix clocks where available") \ ! /* NB: The default value of UseBsdPosixThreadCPUClocks may be \ overridden in Arguments::parse_each_vm_init_arg. */ \ \ product(bool, UseHugeTLBFS, false, \ "Use MAP_HUGETLB for large pages") \ \ product(bool, UseSHM, false, \ "Use SYSV shared memory for large pages") // ! // Defines Linux-specific default values. The flags are available on all ! // Defines Bsd-specific default values. The flags are available on all // platforms, but they may have different default values on other platforms. // ! define_pd_global(bool, UseLargePages, true); ! define_pd_global(bool, UseLargePages, false); define_pd_global(bool, UseLargePagesIndividualAllocation, false); define_pd_global(bool, UseOSErrorReporting, false); define_pd_global(bool, UseThreadPriorities, true) ; ! #endif // OS_LINUX_VM_GLOBALS_LINUX_HPP ! #endif // OS_BSD_VM_GLOBALS_BSD_HPP

src/os/bsd/vm/globals_bsd.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File