--- old/src/share/vm/runtime/globals.hpp 2014-02-27 20:41:51.000000000 +0400 +++ new/src/share/vm/runtime/globals.hpp 2014-02-27 20:41:50.000000000 +0400 @@ -2955,7 +2955,8 @@ "maximum number of nested recursive calls that are inlined") \ \ develop(intx, MaxForceInlineLevel, 100, \ - "maximum number of nested @ForceInline calls that are inlined") \ + "maximum number of nested calls that are forced for inlining " \ + "(using CompilerOracle or marked w/ @ForceInline)") \ \ product_pd(intx, InlineSmallCode, \ "Only inline already compiled methods if their code size is " \