diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Sep 29 13:47:57 2011 -0700
+++ b/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.")        \
                                                                             \