comparison src/share/vm/runtime/globals.hpp @ 4855:bf5da1648543

Merge
author kamg
date Fri, 27 Jan 2012 10:42:36 -0500
parents de268c8a8075 dddf0be88eb1
children 527cf36f4a20
comparison
equal deleted inserted replaced
4854:de268c8a8075 4855:bf5da1648543
3584 \ 3584 \
3585 product(intx, Tier3CompileThreshold, 2000, \ 3585 product(intx, Tier3CompileThreshold, 2000, \
3586 "Threshold at which tier 3 compilation is invoked (invocation " \ 3586 "Threshold at which tier 3 compilation is invoked (invocation " \
3587 "minimum must be satisfied.") \ 3587 "minimum must be satisfied.") \
3588 \ 3588 \
3589 product(intx, Tier3BackEdgeThreshold, 7000, \ 3589 product(intx, Tier3BackEdgeThreshold, 60000, \
3590 "Back edge threshold at which tier 3 OSR compilation is invoked") \ 3590 "Back edge threshold at which tier 3 OSR compilation is invoked") \
3591 \ 3591 \
3592 product(intx, Tier4InvocationThreshold, 5000, \ 3592 product(intx, Tier4InvocationThreshold, 5000, \
3593 "Compile if number of method invocations crosses this " \ 3593 "Compile if number of method invocations crosses this " \
3594 "threshold") \ 3594 "threshold") \