src/share/vm/opto/c2_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/opto/c2_globals.hpp

src/share/vm/opto/c2_globals.hpp

Print this page
rev 7259 : [mq]: max_node_limit.8u40

*** 642,652 **** "do post parse inlining") \ \ develop(bool, AlwaysIncrementalInline, false, \ "do all inlining incrementally") \ \ ! product(intx, LiveNodeCountInliningCutoff, 20000, \ "max number of live nodes in a method") \ \ diagnostic(bool, OptimizeExpensiveOps, true, \ "Find best control for expensive operations") \ \ --- 642,652 ---- "do post parse inlining") \ \ develop(bool, AlwaysIncrementalInline, false, \ "do all inlining incrementally") \ \ ! product(intx, LiveNodeCountInliningCutoff, 40000, \ "max number of live nodes in a method") \ \ diagnostic(bool, OptimizeExpensiveOps, true, \ "Find best control for expensive operations") \ \
src/share/vm/opto/c2_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File