src/share/vm/runtime/globals.hpp

changeset 3493
527cf36f4a20
parent 3491
b2cd0ee8f778
parent 3482
bf5da1648543
child 3502
379b22e03c32
equal deleted inserted replaced
3492:481a9443f721 3493: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") \

mercurial