comparison src/cpu/zero/vm/globals_zero.hpp @ 1266:3b687c53c266

6927165: Zero S/390 fixes Summary: Fixes two failures on 31-bit S/390. Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Thu, 18 Feb 2010 06:54:48 -0800
parents 8e7adf982378
children a9584793da0f
comparison
equal deleted inserted replaced
1265:b4b440360f1e 1266:3b687c53c266
1 /* 1 /*
2 * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved.
3 * Copyright 2007, 2008, 2009 Red Hat, Inc. 3 * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
38 define_pd_global(intx, InlineFrequencyCount, 100); 38 define_pd_global(intx, InlineFrequencyCount, 100);
39 define_pd_global(intx, PreInflateSpin, 10); 39 define_pd_global(intx, PreInflateSpin, 10);
40 40
41 define_pd_global(intx, StackYellowPages, 2); 41 define_pd_global(intx, StackYellowPages, 2);
42 define_pd_global(intx, StackRedPages, 1); 42 define_pd_global(intx, StackRedPages, 1);
43 define_pd_global(intx, StackShadowPages, 3 LP64_ONLY(+3) DEBUG_ONLY(+3)); 43 define_pd_global(intx, StackShadowPages, 5 LP64_ONLY(+1) DEBUG_ONLY(+3));
44 44
45 define_pd_global(bool, RewriteBytecodes, true); 45 define_pd_global(bool, RewriteBytecodes, true);
46 define_pd_global(bool, RewriteFrequentPairs, true); 46 define_pd_global(bool, RewriteFrequentPairs, true);