src/share/vm/c1/c1_globals.hpp

changeset 6000
0d1661d63d70
parent 5628
f98f5d48f511
child 6106
e74074c34312
child 6472
2b8e28fdf503
     1.1 --- a/src/share/vm/c1/c1_globals.hpp	Wed Oct 23 20:15:24 2013 +0400
     1.2 +++ b/src/share/vm/c1/c1_globals.hpp	Wed Oct 23 20:20:03 2013 +0400
     1.3 @@ -341,6 +341,8 @@
     1.4    diagnostic(bool, C1PatchInvokeDynamic, true,                              \
     1.5               "Patch invokedynamic appendix not known at compile time")      \
     1.6                                                                              \
     1.7 +  develop(intx, MaxForceInlineLevel, 100,                                   \
     1.8 +          "maximum number of nested @ForceInline calls that are inlined")   \
     1.9                                                                              \
    1.10  
    1.11  

mercurial