src/cpu/x86/vm/c2_globals_x86.hpp

changeset 5448
d90d1b96b65b
parent 5352
738e04fb1232
child 5660
34bd5e86aadb
     1.1 --- a/src/cpu/x86/vm/c2_globals_x86.hpp	Fri Jul 26 04:01:41 2013 -0700
     1.2 +++ b/src/cpu/x86/vm/c2_globals_x86.hpp	Fri Jul 26 12:37:39 2013 -0700
     1.3 @@ -44,7 +44,7 @@
     1.4  #else
     1.5  define_pd_global(bool, ProfileInterpreter,           true);
     1.6  #endif // CC_INTERP
     1.7 -define_pd_global(bool, TieredCompilation,            false);
     1.8 +define_pd_global(bool, TieredCompilation,            trueInTiered);
     1.9  define_pd_global(intx, CompileThreshold,             10000);
    1.10  define_pd_global(intx, BackEdgeThreshold,            100000);
    1.11  

mercurial