< prev index next >

src/os_cpu/solaris_sparc/vm/globals_solaris_sparc.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 31,46 **** // define_pd_global(size_t, JVMInvokeMethodSlack, 12288); // Used on 64 bit platforms for UseCompressedOops base address - #ifdef _LP64 // use 6G as default base address because by default the OS maps the application // to 4G on Solaris-Sparc. This leaves at least 2G for the native heap. define_pd_global(size_t, HeapBaseMinAddress, CONST64(6)*G); - #else - define_pd_global(size_t, HeapBaseMinAddress, 2*G); - #endif #endif // OS_CPU_SOLARIS_SPARC_VM_GLOBALS_SOLARIS_SPARC_HPP --- 31,42 ----
< prev index next >