globals_solaris_sparc.hpp revision 1472:c18cbe5936b8
19Sjkh/*
29Sjkh * Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
39Sjkh * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
49Sjkh *
511891Speter * This code is free software; you can redistribute it and/or modify it
69Sjkh * under the terms of the GNU General Public License version 2 only, as
79Sjkh * published by the Free Software Foundation.
89Sjkh *
99Sjkh * This code is distributed in the hope that it will be useful, but WITHOUT
109Sjkh * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
119Sjkh * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
129Sjkh * version 2 for more details (a copy is included in the LICENSE file that
139Sjkh * accompanied this code).
149Sjkh *
159Sjkh * You should have received a copy of the GNU General Public License version
169Sjkh * 2 along with this work; if not, write to the Free Software Foundation,
1711891Speter * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1811891Speter *
1911891Speter * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2011891Speter * or visit www.oracle.com if you need additional information or have any
2111891Speter * questions.
229Sjkh *
239Sjkh */
249Sjkh
259Sjkh//
269Sjkh// Sets the default values for platform dependent flags used by the runtime system.
279Sjkh// (see globals.hpp)
289Sjkh//
299Sjkh
309Sjkhdefine_pd_global(uintx, JVMInvokeMethodSlack,    12288);
319Sjkhdefine_pd_global(intx, CompilerThreadStackSize,  0);
329Sjkh
339Sjkh// Only used on 64 bit platforms
349Sjkhdefine_pd_global(uintx, HeapBaseMinAddress,      4*G);
359Sjkh// Only used on 64 bit Windows platforms
369Sjkhdefine_pd_global(bool, UseVectoredExceptions,    false);
379Sjkh
389Sjkh
3911891Speter