globals_linux_sparc.hpp revision 3792:5ec0c42da025
150476Speter/*
227865Swosch * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
327865Swosch * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
427865Swosch *
527865Swosch * This code is free software; you can redistribute it and/or modify it
627865Swosch * under the terms of the GNU General Public License version 2 only, as
727865Swosch * published by the Free Software Foundation.
827865Swosch *
927865Swosch * This code is distributed in the hope that it will be useful, but WITHOUT
1027865Swosch * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1127865Swosch * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1227865Swosch * version 2 for more details (a copy is included in the LICENSE file that
1327865Swosch * accompanied this code).
1427865Swosch *
1527865Swosch * You should have received a copy of the GNU General Public License version
1627865Swosch * 2 along with this work; if not, write to the Free Software Foundation,
1727865Swosch * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1827865Swosch *
1927865Swosch * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2027865Swosch * or visit www.oracle.com if you need additional information or have any
2127865Swosch * questions.
2227865Swosch *
2327865Swosch */
2427865Swosch
2527865Swosch#ifndef OS_CPU_LINUX_SPARC_VM_GLOBALS_LINUX_SPARC_HPP
2627865Swosch#define OS_CPU_LINUX_SPARC_VM_GLOBALS_LINUX_SPARC_HPP
2727865Swosch
2827865Swosch//
2927865Swosch// Sets the default values for platform dependent flags used by the
3027865Swosch// runtime system.  (see globals.hpp)
3127865Swosch//
3227865Swosch
3327865Swoschdefine_pd_global(uintx, JVMInvokeMethodSlack,    12288);
3427865Swoschdefine_pd_global(intx, CompilerThreadStackSize,  0);
3527865Swosch
3627865Swosch// Used on 64 bit platforms for UseCompressedOops base address or CDS
3727865Swoschdefine_pd_global(uintx, HeapBaseMinAddress,      CONST64(4)*G);
3827865Swosch
3927865Swosch#endif // OS_CPU_LINUX_SPARC_VM_GLOBALS_LINUX_SPARC_HPP
4027865Swosch