< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page

        

*** 1771,1780 **** --- 1771,1782 ---- static Elf32_Half running_arch_code=EM_PPC; #elif (defined AARCH64) static Elf32_Half running_arch_code=EM_AARCH64; #elif (defined ARM) static Elf32_Half running_arch_code=EM_ARM; + #elif (defined AARCH32) + static Elf32_Half running_arch_code=EM_ARM; #elif (defined S390) static Elf32_Half running_arch_code=EM_S390; #elif (defined ALPHA) static Elf32_Half running_arch_code=EM_ALPHA; #elif (defined MIPSEL)
*** 3514,3523 **** --- 3516,3526 ---- #ifndef ZERO large_page_size = AARCH64_ONLY(2 * M) AMD64_ONLY(2 * M) ARM32_ONLY(2 * M) + AARCH32_ONLY(2 * M) IA32_ONLY(4 * M) IA64_ONLY(256 * M) PPC_ONLY(4 * M) S390_ONLY(1 * M) SPARC_ONLY(4 * M);
< prev index next >