8021770: BackEdgeThreshold option is no longer used and should be removed

The BackEdgeThreshold option is removed because it is no longer used.

Reviewed-by: twisti, kvn, cjplummer
This commit is contained in:
Tobias Hartmann 2014-05-13 11:25:17 +02:00 committed by Albert Noll
parent c780be1a3a
commit 5938d3d5b9
8 changed files with 1 additions and 11 deletions

View file

@ -40,7 +40,6 @@ define_pd_global(bool, ProfileTraps, false);
define_pd_global(bool, UseOnStackReplacement, true );
define_pd_global(bool, TieredCompilation, false);
define_pd_global(intx, CompileThreshold, 1000 ); // Design center runs on 1.3.1
define_pd_global(intx, BackEdgeThreshold, 100000);
define_pd_global(intx, OnStackReplacePercentage, 1400 );
define_pd_global(bool, UseTLAB, true );