7132945: Tiered: adjust OSR threshold of level 3

Change the value of Tier3BackEdgeThreshold from 7000 to 60000

Reviewed-by: kvn, never
This commit is contained in:
Igor Veresov 2012-01-24 17:00:51 -08:00
parent 3f08a21500
commit 7f44e35134

View File

@ -3574,7 +3574,7 @@ class CommandLineFlags {
"Threshold at which tier 3 compilation is invoked (invocation " \ "Threshold at which tier 3 compilation is invoked (invocation " \
"minimum must be satisfied.") \ "minimum must be satisfied.") \
\ \
product(intx, Tier3BackEdgeThreshold, 7000, \ product(intx, Tier3BackEdgeThreshold, 60000, \
"Back edge threshold at which tier 3 OSR compilation is invoked") \ "Back edge threshold at which tier 3 OSR compilation is invoked") \
\ \
product(intx, Tier4InvocationThreshold, 5000, \ product(intx, Tier4InvocationThreshold, 5000, \