comparison src/os_cpu/linux_zero/vm/globals_linux_zero.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 de6a9e811145
comparison
equal deleted inserted replaced
8803:a649f6511c04 8804:91bf0bdae37b
39 define_pd_global(intx, VMThreadStackSize, 512); 39 define_pd_global(intx, VMThreadStackSize, 512);
40 #endif // _LP64 40 #endif // _LP64
41 define_pd_global(intx, CompilerThreadStackSize, 0); 41 define_pd_global(intx, CompilerThreadStackSize, 0);
42 define_pd_global(uintx, JVMInvokeMethodSlack, 8192); 42 define_pd_global(uintx, JVMInvokeMethodSlack, 8192);
43 43
44 // Used on 64 bit platforms for UseCompressedOops base address or CDS 44 // Used on 64 bit platforms for UseCompressedOops base address
45 define_pd_global(uintx, HeapBaseMinAddress, 2*G); 45 define_pd_global(uintx, HeapBaseMinAddress, 2*G);
46 46
47 #endif // OS_CPU_LINUX_ZERO_VM_GLOBALS_LINUX_ZERO_HPP 47 #endif // OS_CPU_LINUX_ZERO_VM_GLOBALS_LINUX_ZERO_HPP