diff src/share/vm/runtime/arguments.cpp @ 1627:c5f1ea9e15e8

Merge
author coleenp
date Mon, 28 Jun 2010 12:03:05 -0400
parents 1a11430e0326 79107c3a6bd5
children a00567c82f02
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Jun 24 15:38:42 2010 -0700
+++ b/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);
   }