comparison src/share/vm/runtime/globals.hpp @ 3964:dc45ae774613

7096639: Tiered: Incorrect counter overflow handling for inlined methods Summary: Enable invocation events for inlinees Reviewed-by: kvn
author iveresov
date Thu, 29 Sep 2011 23:09:54 -0700
parents f08d439fab8c
children 436b4a3231bf
comparison
equal deleted inserted replaced
3963:098acdf97f09 3964:dc45ae774613
3519 \ 3519 \
3520 product(intx, Tier3InvokeNotifyFreqLog, 10, \ 3520 product(intx, Tier3InvokeNotifyFreqLog, 10, \
3521 "C1 with MDO profiling (tier 3) invocation notification " \ 3521 "C1 with MDO profiling (tier 3) invocation notification " \
3522 "frequency.") \ 3522 "frequency.") \
3523 \ 3523 \
3524 product(intx, Tier23InlineeNotifyFreqLog, 20, \
3525 "Inlinee invocation (tiers 2 and 3) notification frequency") \
3526 \
3524 product(intx, Tier0BackedgeNotifyFreqLog, 10, \ 3527 product(intx, Tier0BackedgeNotifyFreqLog, 10, \
3525 "Interpreter (tier 0) invocation notification frequency.") \ 3528 "Interpreter (tier 0) invocation notification frequency.") \
3526 \ 3529 \
3527 product(intx, Tier2BackedgeNotifyFreqLog, 14, \ 3530 product(intx, Tier2BackedgeNotifyFreqLog, 14, \
3528 "C1 without MDO (tier 2) invocation notification frequency.") \ 3531 "C1 without MDO (tier 2) invocation notification frequency.") \