src/share/vm/runtime/arguments.cpp

changeset 1965
79107c3a6bd5
parent 1934
e9ff18c4ace7
child 1978
fcbb92a1ab3b
child 1982
c5f1ea9e15e8
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Thu Jun 10 08:27:35 2010 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Fri May 07 13:14:41 2010 -0400
     1.3 @@ -1376,11 +1376,6 @@
     1.4    }
     1.5    no_shared_spaces();
     1.6  
     1.7 -  // Set the maximum pause time goal to be a reasonable default.
     1.8 -  if (FLAG_IS_DEFAULT(MaxGCPauseMillis)) {
     1.9 -    FLAG_SET_DEFAULT(MaxGCPauseMillis, 200);
    1.10 -  }
    1.11 -
    1.12    if (FLAG_IS_DEFAULT(MarkStackSize)) {
    1.13      FLAG_SET_DEFAULT(MarkStackSize, 128 * TASKQUEUE_SIZE);
    1.14    }

mercurial