# HG changeset patch # User iveresov # Date 1327453251 28800 # Node ID dddf0be88eb14773a5a1dc1f4a8842334f102eb4 # Parent 82e5a84b7436c7c3a5aad3f47a93f68c9664d83b 7132945: Tiered: adjust OSR threshold of level 3 Summary: Change the value of Tier3BackEdgeThreshold from 7000 to 60000 Reviewed-by: kvn, never diff -r 82e5a84b7436 -r dddf0be88eb1 src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue Jan 24 15:41:17 2012 +0100 +++ b/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, \