comparison src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp @ 8804:91bf0bdae37b

8008217: CDS: Class data sharing limits the malloc heap on Solaris Summary: In 64bit VM move CDS archive address to 32G on all platforms using new flag SharedBaseAddress. In 32bit VM set CDS archive address to 3Gb on Linux and let other OSs pick the address. Reviewed-by: kvn, dcubed, zgu, hseigel
author coleenp
date Wed, 20 Mar 2013 08:04:54 -0400
parents 5ec0c42da025
children a701c16e8bbf
comparison
equal deleted inserted replaced
8803:a649f6511c04 8804:91bf0bdae37b
41 define_pd_global(uintx,JVMInvokeMethodSlack, 10*K); 41 define_pd_global(uintx,JVMInvokeMethodSlack, 10*K);
42 #endif // AMD64 42 #endif // AMD64
43 43
44 define_pd_global(intx, CompilerThreadStackSize, 0); 44 define_pd_global(intx, CompilerThreadStackSize, 0);
45 45
46 // Used on 64 bit platforms for UseCompressedOops base address or CDS 46 // Used on 64 bit platforms for UseCompressedOops base address
47 define_pd_global(uintx,HeapBaseMinAddress, 256*M); 47 define_pd_global(uintx,HeapBaseMinAddress, 256*M);
48 48
49 #endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP 49 #endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP