hotspot/src/cpu/x86/vm/c2_globals_x86.hpp
changeset 24441 50946251753f
parent 22872 b6902ee5bc8d
child 26796 666464578742
--- a/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp	Mon May 12 17:01:57 2014 -0700
+++ b/hotspot/src/cpu/x86/vm/c2_globals_x86.hpp	Tue May 13 11:25:17 2014 +0200
@@ -45,7 +45,6 @@
 #endif // CC_INTERP
 define_pd_global(bool, TieredCompilation,            trueInTiered);
 define_pd_global(intx, CompileThreshold,             10000);
-define_pd_global(intx, BackEdgeThreshold,            100000);
 
 define_pd_global(intx, OnStackReplacePercentage,     140);
 define_pd_global(intx, ConditionalMoveLimit,         3);