diff src/share/vm/runtime/globals.hpp @ 17819:f47fa50d9b9c

8035887: VM crashes trying to force inlining the recursive call Reviewed-by: kvn, twisti
author vlivanov
date Fri, 28 Mar 2014 10:12:48 -0700
parents 62c54fcc0a35
children 248ff38d2950
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Mar 28 10:04:07 2014 -0700
+++ b/src/share/vm/runtime/globals.hpp	Fri Mar 28 10:12:48 2014 -0700
@@ -2986,7 +2986,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 "     \