OpenJDK / amber / amber
changeset 11566:351229eec596
7132945: Tiered: adjust OSR threshold of level 3
Summary: Change the value of Tier3BackEdgeThreshold from 7000 to 60000
Reviewed-by: kvn, never
author | iveresov |
---|---|
date | Tue, 24 Jan 2012 17:00:51 -0800 |
parents | 713a0398ca58 |
children | 512b2c76e3b7 e48ad3769aa5 |
files | hotspot/src/share/vm/runtime/globals.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Jan 24 15:41:17 2012 +0100 +++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Jan 24 17:00:51 2012 -0800 @@ -3574,7 +3574,7 @@ "Threshold at which tier 3 compilation is invoked (invocation " \ "minimum must be satisfied.") \ \ - product(intx, Tier3BackEdgeThreshold, 7000, \ + product(intx, Tier3BackEdgeThreshold, 60000, \ "Back edge threshold at which tier 3 OSR compilation is invoked") \ \ product(intx, Tier4InvocationThreshold, 5000, \