hotspot/src/share/vm/runtime/arguments.cpp
changeset 5890 5766abbf8789
parent 5702 201c5cde25bb
child 5903 a2d6fc757bbd
child 5907 874788e4c176
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Thu Jun 10 08:27:35 2010 -0700
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Fri May 07 13:14:41 2010 -0400
@@ -1376,11 +1376,6 @@
   }
   no_shared_spaces();
 
-  // Set the maximum pause time goal to be a reasonable default.
-  if (FLAG_IS_DEFAULT(MaxGCPauseMillis)) {
-    FLAG_SET_DEFAULT(MaxGCPauseMillis, 200);
-  }
-
   if (FLAG_IS_DEFAULT(MarkStackSize)) {
     FLAG_SET_DEFAULT(MarkStackSize, 128 * TASKQUEUE_SIZE);
   }