hotspot/src/share/vm/runtime/globals.hpp
changeset 23191 5f3c5592f0e8
parent 23190 e8bbf9cd711e
child 23192 f6a1c8866065
equal deleted inserted replaced
23190:e8bbf9cd711e 23191:5f3c5592f0e8
  2985                                                                             \
  2985                                                                             \
  2986   product(intx, MaxRecursiveInlineLevel, 1,                                 \
  2986   product(intx, MaxRecursiveInlineLevel, 1,                                 \
  2987           "maximum number of nested recursive calls that are inlined")      \
  2987           "maximum number of nested recursive calls that are inlined")      \
  2988                                                                             \
  2988                                                                             \
  2989   develop(intx, MaxForceInlineLevel, 100,                                   \
  2989   develop(intx, MaxForceInlineLevel, 100,                                   \
  2990           "maximum number of nested @ForceInline calls that are inlined")   \
  2990           "maximum number of nested calls that are forced for inlining "    \
       
  2991           "(using CompilerOracle or marked w/ @ForceInline)")               \
  2991                                                                             \
  2992                                                                             \
  2992   product_pd(intx, InlineSmallCode,                                         \
  2993   product_pd(intx, InlineSmallCode,                                         \
  2993           "Only inline already compiled methods if their code size is "     \
  2994           "Only inline already compiled methods if their code size is "     \
  2994           "less than this")                                                 \
  2995           "less than this")                                                 \
  2995                                                                             \
  2996                                                                             \