--- 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") \