< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 57244 : 8234863: Increase default value of MaxInlineLevel
Reviewed-by: kvn, mikael

@@ -1487,11 +1487,11 @@
           "maximum number of elements to print")                            \
                                                                             \
   notproduct(intx, MaxSubklassPrintSize, 4,                                 \
           "maximum number of subklasses to print when printing klass")      \
                                                                             \
-  product(intx, MaxInlineLevel, 9,                                          \
+  product(intx, MaxInlineLevel, 15,                                         \
           "maximum number of nested calls that are inlined")                \
           range(0, max_jint)                                                \
                                                                             \
   product(intx, MaxRecursiveInlineLevel, 1,                                 \
           "maximum number of nested recursive calls that are inlined")      \
< prev index next >