RFR (S): 8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
Bernd Eckenfels
ecki at zusammenkunft.net
Tue Nov 5 10:22:09 UTC 2019
Yes, looks better to me as well, sorry for the bike shedding :)
--
http://bernd.eckenfels.net
________________________________
Von: hotspot-gc-dev <hotspot-gc-dev-bounces at openjdk.java.net> im Auftrag von Thomas Schatzl <thomas.schatzl at oracle.com>
Gesendet: Dienstag, November 5, 2019 11:07 AM
An: Per Liden; hotspot-gc-dev at openjdk.java.net
Betreff: Re: RFR (S): 8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
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