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