hotspot/src/share/vm/runtime/globals.hpp
changeset 23191 5f3c5592f0e8
parent 23190 e8bbf9cd711e
child 23192 f6a1c8866065
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Mar 03 15:31:27 2014 +0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Mar 04 02:19:04 2014 -0800
@@ -2987,7 +2987,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 "     \