hotspot/src/os_cpu/linux_x86/vm/globals_linux_x86.hpp
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
child 13728 882756847a04
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
       
    25 #ifndef OS_CPU_LINUX_X86_VM_GLOBALS_LINUX_X86_HPP
       
    26 #define OS_CPU_LINUX_X86_VM_GLOBALS_LINUX_X86_HPP
       
    27 
    25 // Sets the default values for platform dependent flags used by the runtime system.
    28 // Sets the default values for platform dependent flags used by the runtime system.
    26 // (see globals.hpp)
    29 // (see globals.hpp)
    27 
    30 
    28 define_pd_global(bool, DontYieldALot,            false);
    31 define_pd_global(bool, DontYieldALot,            false);
    29 #ifdef AMD64
    32 #ifdef AMD64
    43 
    46 
    44 // Only used on 64 bit platforms
    47 // Only used on 64 bit platforms
    45 define_pd_global(uintx,HeapBaseMinAddress,       2*G);
    48 define_pd_global(uintx,HeapBaseMinAddress,       2*G);
    46 // Only used on 64 bit Windows platforms
    49 // Only used on 64 bit Windows platforms
    47 define_pd_global(bool, UseVectoredExceptions,    false);
    50 define_pd_global(bool, UseVectoredExceptions,    false);
       
    51 
       
    52 #endif // OS_CPU_LINUX_X86_VM_GLOBALS_LINUX_X86_HPP