RFR (S): 8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
Thomas Schatzl
thomas.schatzl at oracle.com
Tue Nov 5 10:05:06 UTC 2019
Hi,
On 05.11.19 09:26, Per Liden wrote:
> Hi Thomas,
>
> On 11/4/19 11:46 AM, Thomas Schatzl wrote:
>> Hi,
>>
>> On 01.11.19 00:05, Bernd Eckenfels wrote:
>>> The help message:
>>>
>>> Use the Parallel Old garbage collector. Deprecated.
>>
>> product(bool, UseParallelOldGC, false, \
>> "Use the Serial Old garbage collection algorithm for old "
>> \
>> "generation. Deprecated." \
>
> I know it's not easy to get this right, but I think the above might
> perhaps be even more confusing. How about something like:
>
> UseParallelGC -> "Use the Parallel garbage collector"
>
> UseParallelOldGC -> "Use the Parallel or the Serial garbage collector
> when collecting the old generation (Deprecated)."
>
thanks for your input and regenerated webrev. Changed to your
suggestion. Bernd?
Thanks,
Thomas
More information about the hotspot-gc-dev
mailing list