view make/aix/platform_ppc64 @ 20338:8d5f66b42c53

8055525: Bigapp weblogic+medrec fails to startup after JDK-8038423 Summary: If large pages are enabled and configured in Linux, the VM always pre-commits the entire space. The VM fails verification of the commit of the initial heap because some internal data structure marked all memory pages of the heap as committed during initialization. This makes the code think that we attempted a double-commit during first allocation of the heap. Remove the initial marking of memory pages of the heap to committed. Reviewed-by: mgerdin
author tschatzl
date Wed, 20 Aug 2014 14:34:40 +0200
parents b83f7d608548
children
line wrap: on
line source

os_family = aix

arch = ppc

arch_model = ppc_64

os_arch = aix_ppc

os_arch_model = aix_ppc_64

lib_arch = ppc64

compiler = xlc

gnu_dis_arch = ppc64

sysdefs = -DAIX -DPPC64