comparison src/os_cpu/bsd_x86/vm/globals_bsd_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 f64ffbf81af5
children
comparison
equal deleted inserted replaced
8803:a649f6511c04 8804:91bf0bdae37b
44 define_pd_global(intx, CompilerThreadStackSize, 0); 44 define_pd_global(intx, CompilerThreadStackSize, 0);
45 define_pd_global(uintx, SurvivorRatio, 8); 45 define_pd_global(uintx, SurvivorRatio, 8);
46 46
47 define_pd_global(uintx, JVMInvokeMethodSlack, 8192); 47 define_pd_global(uintx, JVMInvokeMethodSlack, 8192);
48 48
49 // Used on 64 bit platforms for UseCompressedOops base address or CDS 49 // Used on 64 bit platforms for UseCompressedOops base address
50 define_pd_global(uintx, HeapBaseMinAddress, 2*G); 50 define_pd_global(uintx, HeapBaseMinAddress, 2*G);
51 51
52 #endif // OS_CPU_BSD_X86_VM_GLOBALS_BSD_X86_HPP 52 #endif // OS_CPU_BSD_X86_VM_GLOBALS_BSD_X86_HPP