comparison src/share/vm/runtime/globals.hpp @ 4866:527cf36f4a20

Merge
author fparain
date Fri, 03 Feb 2012 14:04:59 -0500
parents b2cd0ee8f778 bf5da1648543
children 379b22e03c32
comparison
equal deleted inserted replaced
4865:481a9443f721 4866:527cf36f4a20
3587 \ 3587 \
3588 product(intx, Tier3CompileThreshold, 2000, \ 3588 product(intx, Tier3CompileThreshold, 2000, \
3589 "Threshold at which tier 3 compilation is invoked (invocation " \ 3589 "Threshold at which tier 3 compilation is invoked (invocation " \
3590 "minimum must be satisfied.") \ 3590 "minimum must be satisfied.") \
3591 \ 3591 \
3592 product(intx, Tier3BackEdgeThreshold, 7000, \ 3592 product(intx, Tier3BackEdgeThreshold, 60000, \
3593 "Back edge threshold at which tier 3 OSR compilation is invoked") \ 3593 "Back edge threshold at which tier 3 OSR compilation is invoked") \
3594 \ 3594 \
3595 product(intx, Tier4InvocationThreshold, 5000, \ 3595 product(intx, Tier4InvocationThreshold, 5000, \
3596 "Compile if number of method invocations crosses this " \ 3596 "Compile if number of method invocations crosses this " \
3597 "threshold") \ 3597 "threshold") \