Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/vm/runtime/globals.hpp
          +++ new/src/share/vm/runtime/globals.hpp
↓ open down ↓ 3513 lines elided ↑ open up ↑
3514 3514    product(intx, Tier0InvokeNotifyFreqLog, 7,                                \
3515 3515            "Interpreter (tier 0) invocation notification frequency.")        \
3516 3516                                                                              \
3517 3517    product(intx, Tier2InvokeNotifyFreqLog, 11,                               \
3518 3518            "C1 without MDO (tier 2) invocation notification frequency.")     \
3519 3519                                                                              \
3520 3520    product(intx, Tier3InvokeNotifyFreqLog, 10,                               \
3521 3521            "C1 with MDO profiling (tier 3) invocation notification "         \
3522 3522            "frequency.")                                                     \
3523 3523                                                                              \
     3524 +  product(intx, Tier23InlineeNotifyFreqLog, 20,                             \
     3525 +          "Inlinee invocation (tiers 2 and 3) notification frequency")      \
     3526 +                                                                            \
3524 3527    product(intx, Tier0BackedgeNotifyFreqLog, 10,                             \
3525 3528            "Interpreter (tier 0) invocation notification frequency.")        \
3526 3529                                                                              \
3527 3530    product(intx, Tier2BackedgeNotifyFreqLog, 14,                             \
3528 3531            "C1 without MDO (tier 2) invocation notification frequency.")     \
3529 3532                                                                              \
3530 3533    product(intx, Tier3BackedgeNotifyFreqLog, 13,                             \
3531 3534            "C1 with MDO profiling (tier 3) invocation notification "         \
3532 3535            "frequency.")                                                     \
3533 3536                                                                              \
↓ open down ↓ 374 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX