diff src/share/vm/c1/c1_globals.hpp @ 12975:0d1661d63d70

8012941: JSR 292: too deep inlining might crash compiler because of stack overflow Reviewed-by: kvn, twisti
author vlivanov
date Wed, 23 Oct 2013 20:20:03 +0400
parents f98f5d48f511
children e74074c34312 2b8e28fdf503
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Wed Oct 23 20:15:24 2013 +0400
+++ b/src/share/vm/c1/c1_globals.hpp	Wed Oct 23 20:20:03 2013 +0400
@@ -341,6 +341,8 @@
   diagnostic(bool, C1PatchInvokeDynamic, true,                              \
              "Patch invokedynamic appendix not known at compile time")      \
                                                                             \
+  develop(intx, MaxForceInlineLevel, 100,                                   \
+          "maximum number of nested @ForceInline calls that are inlined")   \
                                                                             \