changeset 10569 | f5ce1108443b |
parent 10565 | dc90c239f4ec |
child 10739 | 91935236600e |
--- a/hotspot/src/share/vm/runtime/globals.hpp Thu Sep 29 13:47:57 2011 -0700 +++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Sep 29 23:09:54 2011 -0700 @@ -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.") \ \