src/share/vm/runtime/arguments.cpp

changeset 7250
73d61cd3f8e9
parent 7241
8cb56c8cb30d
parent 7219
8ba0078861d4
child 7262
f10fe402dfb1
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Tue Oct 07 14:35:40 2014 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Wed Oct 08 14:13:23 2014 -0700
     1.3 @@ -1646,6 +1646,12 @@
     1.4                       Abstract_VM_Version::parallel_worker_threads());
     1.5    }
     1.6  
     1.7 +#if INCLUDE_ALL_GCS
     1.8 +  if (G1ConcRefinementThreads == 0) {
     1.9 +    FLAG_SET_DEFAULT(G1ConcRefinementThreads, ParallelGCThreads);
    1.10 +  }
    1.11 +#endif
    1.12 +
    1.13    // MarkStackSize will be set (if it hasn't been set by the user)
    1.14    // when concurrent marking is initialized.
    1.15    // Its value will be based upon the number of parallel marking threads.

mercurial