comparison src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children da91efe96a93
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
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_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP
26 #define OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_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, true); // Determined in the design center 31 define_pd_global(bool, DontYieldALot, true); // Determined in the design center
29 #ifdef AMD64 32 #ifdef AMD64
42 45
43 // Only used on 64 bit platforms 46 // Only used on 64 bit platforms
44 define_pd_global(uintx,HeapBaseMinAddress, 256*M); 47 define_pd_global(uintx,HeapBaseMinAddress, 256*M);
45 // Only used on 64 bit Windows platforms 48 // Only used on 64 bit Windows platforms
46 define_pd_global(bool, UseVectoredExceptions, false); 49 define_pd_global(bool, UseVectoredExceptions, false);
50
51 #endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP