globals_linux_sparc.hpp revision 8032:e6d2d68ed87f
1125699Spjd/*
2125699Spjd * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
3125699Spjd * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4125699Spjd *
5125699Spjd * This code is free software; you can redistribute it and/or modify it
6125699Spjd * under the terms of the GNU General Public License version 2 only, as
7125699Spjd * published by the Free Software Foundation.
8125699Spjd *
9125699Spjd * This code is distributed in the hope that it will be useful, but WITHOUT
10125699Spjd * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11125699Spjd * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12125699Spjd * version 2 for more details (a copy is included in the LICENSE file that
13125699Spjd * accompanied this code).
14125699Spjd *
15125699Spjd * You should have received a copy of the GNU General Public License version
16125699Spjd * 2 along with this work; if not, write to the Free Software Foundation,
17125699Spjd * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18125699Spjd *
19125699Spjd * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20125699Spjd * or visit www.oracle.com if you need additional information or have any
21125699Spjd * questions.
22125699Spjd *
23125699Spjd */
24125699Spjd
25125699Spjd#ifndef OS_CPU_LINUX_SPARC_VM_GLOBALS_LINUX_SPARC_HPP
26125699Spjd#define OS_CPU_LINUX_SPARC_VM_GLOBALS_LINUX_SPARC_HPP
27125699Spjd
28131689Sru//
29125699Spjd// Sets the default values for platform dependent flags used by the
30125699Spjd// runtime system.  (see globals.hpp)
31125699Spjd//
32125699Spjd
33129381Sledefine_pd_global(size_t, JVMInvokeMethodSlack,   12288);
34125699Spjddefine_pd_global(intx, CompilerThreadStackSize,  0);
35125699Spjd
36125699Spjd// Used on 64 bit platforms for UseCompressedOops base address
37125699Spjddefine_pd_global(size_t, HeapBaseMinAddress,     CONST64(4)*G);
38125699Spjd
39125699Spjd#endif // OS_CPU_LINUX_SPARC_VM_GLOBALS_LINUX_SPARC_HPP
40125699Spjd