hotspot/src/share/vm/runtime/arguments.cpp
changeset 23534 338d8d86560e
parent 23519 9a78876cefeb
parent 23525 e3eb08ead679
child 23868 ac74f81a5157
child 24013 1d16b0f1060d
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Tue Apr 01 15:45:36 2014 +0200
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Thu Apr 03 17:05:19 2014 -0400
@@ -3799,10 +3799,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);