--- old/src/share/vm/runtime/globals.hpp Thu Sep 29 17:13:11 2011 +++ new/src/share/vm/runtime/globals.hpp Thu Sep 29 17:13:11 2011 @@ -3521,6 +3521,9 @@ "C1 with MDO profiling (tier 3) invocation notification " \ "frequency.") \ \ + product(intx, Tier23InlineeNotifyFreqLog, 20, \ + "Inlinee invocation (tiers 2 and 3) notification frequency") \ + \ product(intx, Tier0BackedgeNotifyFreqLog, 10, \ "Interpreter (tier 0) invocation notification frequency.") \ \