globals_solaris_sparc.hpp revision 642:660978a2a31a
1107120Sjulian/*
2107120Sjulian * Copyright 2000-2004 Sun Microsystems, Inc.  All Rights Reserved.
3139823Simp * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4139823Simp *
5139823Simp * This code is free software; you can redistribute it and/or modify it
6107120Sjulian * under the terms of the GNU General Public License version 2 only, as
7107120Sjulian * published by the Free Software Foundation.
8107120Sjulian *
9107120Sjulian * This code is distributed in the hope that it will be useful, but WITHOUT
10107120Sjulian * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11107120Sjulian * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12107120Sjulian * version 2 for more details (a copy is included in the LICENSE file that
13107120Sjulian * accompanied this code).
14107120Sjulian *
15107120Sjulian * You should have received a copy of the GNU General Public License version
16107120Sjulian * 2 along with this work; if not, write to the Free Software Foundation,
17107120Sjulian * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18107120Sjulian *
19107120Sjulian * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
20107120Sjulian * CA 95054 USA or visit www.sun.com if you need additional information or
21107120Sjulian * have any questions.
22107120Sjulian *
23107120Sjulian */
24107120Sjulian
25107120Sjulian//
26107120Sjulian// Sets the default values for platform dependent flags used by the runtime system.
27107120Sjulian// (see globals.hpp)
28107120Sjulian//
29107120Sjulian
30114878Sjuliandefine_pd_global(uintx, JVMInvokeMethodSlack,    12288);
31107120Sjuliandefine_pd_global(intx, CompilerThreadStackSize,  0);
32107120Sjulian
33107120Sjulian// Only used on 64 bit platforms
34107120Sjuliandefine_pd_global(uintx, HeapBaseMinAddress,      4*G);
35122634Semax// Only used on 64 bit Windows platforms
36107120Sjuliandefine_pd_global(bool, UseVectoredExceptions,    false);
37107120Sjulian
38107120Sjulian
39107120Sjulian