comparison src/share/vm/runtime/globals.hpp @ 4819:dddf0be88eb1

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 15d394228cfa
children bf5da1648543 5f17b16b3219
comparison
equal deleted inserted replaced
4818:82e5a84b7436 4819:dddf0be88eb1
3572 \ 3572 \
3573 product(intx, Tier3CompileThreshold, 2000, \ 3573 product(intx, Tier3CompileThreshold, 2000, \
3574 "Threshold at which tier 3 compilation is invoked (invocation " \ 3574 "Threshold at which tier 3 compilation is invoked (invocation " \
3575 "minimum must be satisfied.") \ 3575 "minimum must be satisfied.") \
3576 \ 3576 \
3577 product(intx, Tier3BackEdgeThreshold, 7000, \ 3577 product(intx, Tier3BackEdgeThreshold, 60000, \
3578 "Back edge threshold at which tier 3 OSR compilation is invoked") \ 3578 "Back edge threshold at which tier 3 OSR compilation is invoked") \
3579 \ 3579 \
3580 product(intx, Tier4InvocationThreshold, 5000, \ 3580 product(intx, Tier4InvocationThreshold, 5000, \
3581 "Compile if number of method invocations crosses this " \ 3581 "Compile if number of method invocations crosses this " \
3582 "threshold") \ 3582 "threshold") \