src/cpu/zero/vm/globals_zero.hpp

changeset 1701
3b687c53c266
parent 1513
8e7adf982378
child 1816
a9584793da0f
     1.1 --- a/src/cpu/zero/vm/globals_zero.hpp	Thu Feb 18 11:35:41 2010 +0100
     1.2 +++ b/src/cpu/zero/vm/globals_zero.hpp	Thu Feb 18 06:54:48 2010 -0800
     1.3 @@ -1,6 +1,6 @@
     1.4  /*
     1.5   * Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 - * Copyright 2007, 2008, 2009 Red Hat, Inc.
     1.7 + * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or modify it
    1.11 @@ -40,7 +40,7 @@
    1.12  
    1.13  define_pd_global(intx,  StackYellowPages,     2);
    1.14  define_pd_global(intx,  StackRedPages,        1);
    1.15 -define_pd_global(intx,  StackShadowPages,     3 LP64_ONLY(+3) DEBUG_ONLY(+3));
    1.16 +define_pd_global(intx,  StackShadowPages,     5 LP64_ONLY(+1) DEBUG_ONLY(+3));
    1.17  
    1.18  define_pd_global(bool,  RewriteBytecodes,     true);
    1.19  define_pd_global(bool,  RewriteFrequentPairs, true);

mercurial