hotspot/src/share/vm/c1/c1_globals.hpp
changeset 21108 bb769f9ed280
parent 19710 2f8ca425504e
child 21582 6c76cdd733fe
child 22838 82c7497fbad4
--- a/hotspot/src/share/vm/c1/c1_globals.hpp	Wed Oct 23 20:15:24 2013 +0400
+++ b/hotspot/src/share/vm/c1/c1_globals.hpp	Wed Oct 23 20:20:03 2013 +0400
@@ -341,6 +341,8 @@
   diagnostic(bool, C1PatchInvokeDynamic, true,                              \
              "Patch invokedynamic appendix not known at compile time")      \
                                                                             \
+  develop(intx, MaxForceInlineLevel, 100,                                   \
+          "maximum number of nested @ForceInline calls that are inlined")   \
                                                                             \