src/cpu/zero/vm/shark_globals_zero.hpp

changeset 4576
f64ffbf81af5
parent 4037
da91efe96a93
child 5352
738e04fb1232
     1.1 --- a/src/cpu/zero/vm/shark_globals_zero.hpp	Wed Feb 06 14:50:37 2013 -0800
     1.2 +++ b/src/cpu/zero/vm/shark_globals_zero.hpp	Thu Feb 07 15:51:25 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -51,7 +51,7 @@
    1.11  define_pd_global(intx,     OnStackReplacePercentage,     933  );
    1.12  define_pd_global(intx,     FreqInlineSize,               325  );
    1.13  define_pd_global(intx,     InlineSmallCode,              1000 );
    1.14 -define_pd_global(intx,     NewRatio,                     12   );
    1.15 +define_pd_global(uintx,    NewRatio,                     12   );
    1.16  define_pd_global(intx,     NewSizeThreadIncrease,        4*K  );
    1.17  define_pd_global(intx,     InitialCodeCacheSize,         160*K);
    1.18  define_pd_global(intx,     ReservedCodeCacheSize,        32*M );

mercurial