src/cpu/x86/vm/c2_globals_x86.hpp

changeset 3495
5f17b16b3219
parent 3319
97825a4f7369
child 4037
da91efe96a93
     1.1 --- a/src/cpu/x86/vm/c2_globals_x86.hpp	Sun Jan 29 16:46:04 2012 -0800
     1.2 +++ b/src/cpu/x86/vm/c2_globals_x86.hpp	Mon Jan 30 19:37:14 2012 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -44,7 +44,7 @@
    1.11  #else
    1.12  define_pd_global(bool, ProfileInterpreter,           true);
    1.13  #endif // CC_INTERP
    1.14 -define_pd_global(bool, TieredCompilation,            true);
    1.15 +define_pd_global(bool, TieredCompilation,            trueInTiered);
    1.16  define_pd_global(intx, CompileThreshold,             10000);
    1.17  define_pd_global(intx, BackEdgeThreshold,            100000);
    1.18  

mercurial