diff src/cpu/x86/vm/c2_globals_x86.hpp @ 11962:d90d1b96b65b

8008938: TieredCompilation should be default Summary: switch on TieredCompilation by default Reviewed-by: twisti
author kvn
date Fri, 26 Jul 2013 12:37:39 -0700
parents 738e04fb1232
children 3cce976666d9 34bd5e86aadb
line wrap: on
line diff
--- a/src/cpu/x86/vm/c2_globals_x86.hpp	Fri Jul 26 04:01:41 2013 -0700
+++ b/src/cpu/x86/vm/c2_globals_x86.hpp	Fri Jul 26 12:37:39 2013 -0700
@@ -44,7 +44,7 @@
 #else
 define_pd_global(bool, ProfileInterpreter,           true);
 #endif // CC_INTERP
-define_pd_global(bool, TieredCompilation,            false);
+define_pd_global(bool, TieredCompilation,            trueInTiered);
 define_pd_global(intx, CompileThreshold,             10000);
 define_pd_global(intx, BackEdgeThreshold,            100000);