--- old/src/share/vm/runtime/arguments.cpp 2014-03-20 12:32:03.464057444 +0100 +++ new/src/share/vm/runtime/arguments.cpp 2014-03-20 12:32:03.270952208 +0100 @@ -3796,10 +3796,6 @@ AlwaysIncrementalInline = false; } #endif - if (IncrementalInline && FLAG_IS_DEFAULT(MaxNodeLimit)) { - // incremental inlining: bump MaxNodeLimit - FLAG_SET_DEFAULT(MaxNodeLimit, (intx)75000); - } if (!UseTypeSpeculation && FLAG_IS_DEFAULT(TypeProfileLevel)) { // nothing to use the profiling, turn if off FLAG_SET_DEFAULT(TypeProfileLevel, 0);