hotspot/src/share/vm/runtime/arguments.cpp
changeset 5907 874788e4c176
parent 5906 b8d07a1a73e8
parent 5890 5766abbf8789
child 5908 3adeeb9c080e
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Thu Jun 24 15:38:42 2010 -0700
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Mon Jun 28 12:03:05 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);
   }