hotspot/src/cpu/x86/vm/c2_globals_x86.hpp
changeset 11632 e369165faf7a
parent 11199 6050dd0fea1a
child 13728 882756847a04
--- a/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp	Sun Jan 29 16:46:04 2012 -0800
+++ b/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp	Mon Jan 30 19:37:14 2012 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -44,7 +44,7 @@
 #else
 define_pd_global(bool, ProfileInterpreter,           true);
 #endif // CC_INTERP
-define_pd_global(bool, TieredCompilation,            true);
+define_pd_global(bool, TieredCompilation,            trueInTiered);
 define_pd_global(intx, CompileThreshold,             10000);
 define_pd_global(intx, BackEdgeThreshold,            100000);