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

@ -177,7 +177,6 @@ define_pd_global(bool, ProfileTraps, false);
define_pd_global(bool, TieredCompilation, false);
define_pd_global(intx, CompileThreshold, 0);
define_pd_global(intx, BackEdgeThreshold, 0);
define_pd_global(intx, OnStackReplacePercentage, 0);
define_pd_global(bool, ResizeTLAB, false);
@ -3525,10 +3524,6 @@ class CommandLineFlags {
product_pd(intx, CompileThreshold, \
"number of interpreted method invocations before (re-)compiling") \
\
product_pd(intx, BackEdgeThreshold, \
"Interpreter Back edge threshold at which an OSR compilation is " \
"invoked") \
\
product(intx, Tier0InvokeNotifyFreqLog, 7, \
"Interpreter (tier 0) invocation notification frequency") \
\