hotspot/src/cpu/zero/vm/globals_zero.hpp
changeset 4907 801a5ee1621c
parent 4448 d6ec2737186c
child 5337 7fb3b1e7ccd3
equal deleted inserted replaced
4906:90640ad2d401 4907:801a5ee1621c
     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);