--- old/src/share/vm/c1/c1_globals.hpp 2013-10-14 22:33:48.000000000 +0400 +++ new/src/share/vm/c1/c1_globals.hpp 2013-10-14 22:33:48.000000000 +0400 @@ -341,6 +341,8 @@ diagnostic(bool, C1PatchInvokeDynamic, true, \ "Patch invokedynamic appendix not known at compile time") \ \ + product(intx, MaxForceInlineLevel, 100, \ + "maximum number of nested @ForceInline calls that are inlined") \ \