hotspot/src/share/vm/runtime/arguments.cpp
changeset 23525 e3eb08ead679
parent 23510 9df17c84dacc
child 23534 338d8d86560e
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Sat Mar 29 14:54:48 2014 +0400
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Mon Mar 31 09:08:53 2014 +0200
@@ -3801,10 +3801,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);