diff -r f0312c7d5b37 -r ba6c248cae19 src/hotspot/share/gc/shared/workerPolicy.hpp --- a/src/hotspot/share/gc/shared/workerPolicy.hpp Wed Nov 13 11:21:15 2019 +0100 +++ b/src/hotspot/share/gc/shared/workerPolicy.hpp Wed Nov 13 11:37:29 2019 +0100 @@ -59,14 +59,11 @@ // Return number of GC threads to use in the next GC. // This is called sparingly so as not to change the // number of GC workers gratuitously. - // For ParNew collections // For PS scavenge and ParOld collections // For G1 evacuation pauses (subject to update) // For G1 Full GCs (subject to update) // Other collection phases inherit the number of - // GC workers from the calls above. For example, - // a CMS parallel remark uses the same number of GC - // workers as the most recent ParNew collection. + // GC workers from the calls above. static uint calc_active_workers(uintx total_workers, uintx active_workers, uintx application_workers);