hotspot/src/share/vm/runtime/globals.hpp
changeset 21582 6c76cdd733fe
parent 21575 6a9645992cee
child 21733 20093ed7e42b
child 22851 4c4b6a45be43
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Nov 13 13:45:50 2013 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Nov 14 09:14:39 2013 -0800
@@ -2954,6 +2954,9 @@
   product(intx, MaxRecursiveInlineLevel, 1,                                 \
           "maximum number of nested recursive calls that are inlined")      \
                                                                             \
+  develop(intx, MaxForceInlineLevel, 100,                                   \
+          "maximum number of nested @ForceInline calls that are inlined")   \
+                                                                            \
   product_pd(intx, InlineSmallCode,                                         \
           "Only inline already compiled methods if their code size is "     \
           "less than this")                                                 \