hotspot/src/share/vm/opto/c2_globals.hpp
changeset 29181 89beae49867c
parent 29180 50369728b00e
parent 27707 f7d26e5b8b5d
child 29185 41cf0610fedf
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Dec 11 13:11:53 2014 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Dec 11 15:06:12 2014 -0800
@@ -650,7 +650,7 @@
   develop(bool, AlwaysIncrementalInline, false,                             \
           "do all inlining incrementally")                                  \
                                                                             \
-  product(intx, LiveNodeCountInliningCutoff, 20000,                         \
+  product(intx, LiveNodeCountInliningCutoff, 40000,                         \
           "max number of live nodes in a method")                           \
                                                                             \
   diagnostic(bool, OptimizeExpensiveOps, true,                              \