src/os/linux/vm/globals_linux.hpp

changeset 2034
3d90023429ec
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/os/linux/vm/globals_linux.hpp	Sun Jul 25 07:31:50 2010 -0700
     1.2 +++ b/src/os/linux/vm/globals_linux.hpp	Wed Jul 28 17:38:21 2010 +0100
     1.3 @@ -29,9 +29,10 @@
     1.4    product(bool, UseOprofile, false,                                 \
     1.5          "enable support for Oprofile profiler")                     \
     1.6                                                                      \
     1.7 -  product(bool, UseLinuxPosixThreadCPUClocks, false,                \
     1.8 -          "enable fast Linux Posix clocks where available")         \
     1.9 -
    1.10 +  product(bool, UseLinuxPosixThreadCPUClocks, true,                 \
    1.11 +          "enable fast Linux Posix clocks where available")
    1.12 +// NB: The default value of UseLinuxPosixThreadCPUClocks may be
    1.13 +// overridden in Arguments::parse_each_vm_init_arg.
    1.14  
    1.15  //
    1.16  // Defines Linux-specific default values. The flags are available on all

mercurial